Skip to content

Commit

Permalink
Merge pull request #194799 from Homebrew/bump-nats-server-2.10.22
Browse files Browse the repository at this point in the history
nats-server 2.10.22
  • Loading branch information
BrewTestBot authored Oct 17, 2024
2 parents d7b7805 + b1d68b5 commit e5512b9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/n/nats-server.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class NatsServer < Formula
desc "Lightweight cloud messaging system"
homepage "https://nats.io"
url "https://github.com/nats-io/nats-server/archive/refs/tags/v2.10.21.tar.gz"
sha256 "660d5ed95e920377ea26bd23795921ce881816a0ad8a70238de230d44f11f330"
url "https://github.com/nats-io/nats-server/archive/refs/tags/v2.10.22.tar.gz"
sha256 "27bbfa502d19a698f33ecf7c91b6d85ab13b11e41cb7ced6371aa3057821bc07"
license "Apache-2.0"
head "https://github.com/nats-io/nats-server.git", branch: "main"

Expand All @@ -12,12 +12,12 @@ class NatsServer < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "89b46431ed0df1f68b75bbc0e1d1cf98aa98fb14d7871dd38abc7bb9348472a0"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "89b46431ed0df1f68b75bbc0e1d1cf98aa98fb14d7871dd38abc7bb9348472a0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "89b46431ed0df1f68b75bbc0e1d1cf98aa98fb14d7871dd38abc7bb9348472a0"
sha256 cellar: :any_skip_relocation, sonoma: "7dbf27e32359dc71bd240a6eff48145b80fb035a07872962cf7b4debf95d7c8e"
sha256 cellar: :any_skip_relocation, ventura: "7dbf27e32359dc71bd240a6eff48145b80fb035a07872962cf7b4debf95d7c8e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b0bb3330c98fe780a9bbece94c45c342557a5639995f70199f3fa339a44b9aa5"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2b41fe769699b30fba34e75275ea72ed972bb6743a0dd0426475dd3c2a6a3264"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b41fe769699b30fba34e75275ea72ed972bb6743a0dd0426475dd3c2a6a3264"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2b41fe769699b30fba34e75275ea72ed972bb6743a0dd0426475dd3c2a6a3264"
sha256 cellar: :any_skip_relocation, sonoma: "6f0d21302c4afc771c6c6885c29691684169593ffd571cc3981b8afc4b94fda9"
sha256 cellar: :any_skip_relocation, ventura: "6f0d21302c4afc771c6c6885c29691684169593ffd571cc3981b8afc4b94fda9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d929ee8db4f24bcaf13a04ea39a95639818d96e1fa7abd3ecb0faf6ada4eb36e"
end

depends_on "go" => :build
Expand Down

0 comments on commit e5512b9

Please sign in to comment.