Skip to content

Commit 68721ce

Browse files
authored
Merge pull request #182666 from Homebrew/bump-nats-server-2.10.19
nats-server 2.10.19
2 parents 360d21b + f224d64 commit 68721ce

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/n/nats-server.rb

Lines changed: 9 additions & 9 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.10.18.tar.gz"
5-
sha256 "76982d382fef83080a8abc2e0f6f0f5da9e0e1961eeb78beb18e27a9f458f546"
4+
url "https://github.com/nats-io/nats-server/archive/refs/tags/v2.10.19.tar.gz"
5+
sha256 "3098a9fe78fcaa5d8af4d8c0eb51263cded117f9b54f736085a36d0292323bbf"
66
license "Apache-2.0"
77
head "https://github.com/nats-io/nats-server.git", branch: "main"
88

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

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "046e069d73cf318ad30a459b39d8d99a5a33967663ec16d7c5b2639d5112b11a"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "a534574b5480aa9d3abde187a6d58b63fde15225e7bfc21ef16fc78d016b9b3a"
17-
sha256 cellar: :any_skip_relocation, arm64_monterey: "3ac5fa18503eeb7d8eb163e0aa9c19b08155da644b592e6b7dd3ec37ede34113"
18-
sha256 cellar: :any_skip_relocation, sonoma: "8e4bf33a2078a5b0f0d08707d96fd6e735cfa40a2185ff433f04b8cee728bc45"
19-
sha256 cellar: :any_skip_relocation, ventura: "61d79a48d06e84c709724e28f3730fafe694ff7ff382529ac4cea83d2a1eca8c"
20-
sha256 cellar: :any_skip_relocation, monterey: "3b431f35689ee8678d0cc9285a0edfed50ce29627193d3ca0b4eb8b451ee7927"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6efa13cba574e0efcb874eabc0a829c85b189f901fcbdf928b30f904aea6147f"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "44150fe95fdaef76ccffa3ea5975f27e1f3f9c74b34ec72d36ddd1babce5146d"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "44150fe95fdaef76ccffa3ea5975f27e1f3f9c74b34ec72d36ddd1babce5146d"
17+
sha256 cellar: :any_skip_relocation, arm64_monterey: "44150fe95fdaef76ccffa3ea5975f27e1f3f9c74b34ec72d36ddd1babce5146d"
18+
sha256 cellar: :any_skip_relocation, sonoma: "118b2f85d5333a8247a4a5f3114aba52a8dc628013570449df1e37f21cf9a1a8"
19+
sha256 cellar: :any_skip_relocation, ventura: "118b2f85d5333a8247a4a5f3114aba52a8dc628013570449df1e37f21cf9a1a8"
20+
sha256 cellar: :any_skip_relocation, monterey: "118b2f85d5333a8247a4a5f3114aba52a8dc628013570449df1e37f21cf9a1a8"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "570469eae5fb5bd41ab18b93d564c893babe8309685d694260ef0f4b7cefeade"
2222
end
2323

2424
depends_on "go" => :build

0 commit comments

Comments
 (0)