Skip to content

Commit

Permalink
Merge pull request #201327 from Homebrew/bump-rabbitmq-4.0.5
Browse files Browse the repository at this point in the history
rabbitmq 4.0.5
  • Loading branch information
BrewTestBot authored Dec 16, 2024
2 parents 3a6d87c + f79c023 commit d9e8f36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/r/rabbitmq.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Rabbitmq < Formula
desc "Messaging and streaming broker"
homepage "https://www.rabbitmq.com"
url "https://github.com/rabbitmq/rabbitmq-server/releases/download/v4.0.4/rabbitmq-server-generic-unix-4.0.4.tar.xz"
sha256 "b024b75935bc9b30597b3ea5c5d3846b8a8f887e0f1d5703f00974ea481342f3"
url "https://github.com/rabbitmq/rabbitmq-server/releases/download/v4.0.5/rabbitmq-server-generic-unix-4.0.5.tar.xz"
sha256 "2027f93b275454295d869e637e09f5cc690603d1a2e1c8273780a84bdaf57827"
license "MPL-2.0"

livecheck do
Expand All @@ -11,7 +11,7 @@ class Rabbitmq < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, all: "25ecb2a43134c5f1968c6f35dbb83f9b259f26096271202bfb21bc82fc9a6a3d"
sha256 cellar: :any_skip_relocation, all: "a7b89e72a86b835a272ee1c2cdae82dce15dd7b7ff272f27285fc83c79526663"
end

depends_on "erlang"
Expand Down

0 comments on commit d9e8f36

Please sign in to comment.