Skip to content

Commit 672b4e3

Browse files
authored
Merge pull request Homebrew#228737 from Homebrew/bump-nats-server-2.11.6
nats-server 2.11.6
2 parents 11f5c37 + 2f13a74 commit 672b4e3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/n/nats-server.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class NatsServer < Formula
22
desc "Lightweight cloud messaging system"
33
homepage "https://nats.io"
4-
url "https://github.com/nats-io/nats-server/archive/refs/tags/v2.11.5.tar.gz"
5-
sha256 "a143d88ace5dc4c2085650d98c4c7f59e6739f3865e3c81a8ee98bd4a2106cae"
4+
url "https://github.com/nats-io/nats-server/archive/refs/tags/v2.11.6.tar.gz"
5+
sha256 "01eab5565268c280b322c8601932edaf41f3a2c688f119ecad90ffa47d55f015"
66
license "Apache-2.0"
77
head "https://github.com/nats-io/nats-server.git", branch: "main"
88

@@ -12,12 +12,12 @@ class NatsServer < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8ee21beb393bf2f2549441322cd853914a6e9cadcd4b2f864fdb63114bfae201"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8ee21beb393bf2f2549441322cd853914a6e9cadcd4b2f864fdb63114bfae201"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "8ee21beb393bf2f2549441322cd853914a6e9cadcd4b2f864fdb63114bfae201"
18-
sha256 cellar: :any_skip_relocation, sonoma: "749cdafe60e5bab1ba4e8c58723f55568c39bf4e1e8389d316d79b4dbc2b472d"
19-
sha256 cellar: :any_skip_relocation, ventura: "749cdafe60e5bab1ba4e8c58723f55568c39bf4e1e8389d316d79b4dbc2b472d"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6897777b8ba244e4aba682f6d245884c9e8ab682090454ca07c259c1e721276e"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fac48c6a63b675c6396e06f6a1dbc36bb85716ab457c9dc49c2e4e37665df262"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fac48c6a63b675c6396e06f6a1dbc36bb85716ab457c9dc49c2e4e37665df262"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "fac48c6a63b675c6396e06f6a1dbc36bb85716ab457c9dc49c2e4e37665df262"
18+
sha256 cellar: :any_skip_relocation, sonoma: "8c39f92dd2f795b7dbf126b1b2e92738900631f4cd3aa079333aa5f2e993e295"
19+
sha256 cellar: :any_skip_relocation, ventura: "8c39f92dd2f795b7dbf126b1b2e92738900631f4cd3aa079333aa5f2e993e295"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "5addfab003abb2cf045134a2e0462bf3be628f0f45109de787ec6d2d659b153c"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)