Skip to content

Commit

Permalink
release: advance to v24.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cockroach-teamcity committed Dec 2, 2024
1 parent c3f04eb commit fe9b509
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions Formula/cockroach-sql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
class CockroachSql < Formula
desc "Distributed SQL database shell"
homepage "https://www.cockroachlabs.com"
version "24.2.5"
version "24.3.0"
on_macos do
on_intel do
url "https://binaries.cockroachdb.com/cockroach-sql-v24.2.5.darwin-10.9-amd64.tgz"
sha256 "b2979ea622f4cffc0495e5c4aa8747d5df121f3e55e9a052c9e4de84cec0a331"
url "https://binaries.cockroachdb.com/cockroach-sql-v24.3.0.darwin-10.9-amd64.tgz"
sha256 "148ae2532c6079d54df00cb6ba380db190797fac8664f1312d1dbb648e9a39a4"
end
on_arm do
url "https://binaries.cockroachdb.com/cockroach-sql-v24.2.5.darwin-11.0-arm64.tgz"
sha256 "ff6c35312b91eea954117e87ded4048d2a22e9bbc64945e170131b74f333edec"
url "https://binaries.cockroachdb.com/cockroach-sql-v24.3.0.darwin-11.0-arm64.tgz"
sha256 "e55a66c7d73bc39e68d297b6bf3794a21c494e53df1877f34dde4f819ee258d6"
end
end

Expand All @@ -25,7 +25,7 @@ def install

test do
output = shell_output("#{bin}/cockroach-sql --version", 0)
assert_match "24.2.5", output
assert_match "24.3.0", output
end

end
Expand Down
10 changes: 5 additions & 5 deletions Formula/cockroach.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
class Cockroach < Formula
desc "Distributed SQL database"
homepage "https://www.cockroachlabs.com"
version "24.2.5"
version "24.3.0"
on_macos do
on_intel do
url "https://binaries.cockroachdb.com/cockroach-v24.2.5.darwin-10.9-amd64.tgz"
sha256 "ad9188fb6d05051512562681b6a78acef54c40ff828adf50f4345e6badbb8040"
url "https://binaries.cockroachdb.com/cockroach-v24.3.0.darwin-10.9-amd64.tgz"
sha256 "93979ffaa09aaf84f4c9f1f5d55cf6cd06f83aa228a50aba4174e3ee1c680aab"
end
on_arm do
url "https://binaries.cockroachdb.com/cockroach-v24.2.5.darwin-11.0-arm64.tgz"
sha256 "44fd6376d051e669a0b84db41ec70d5fdafbb679152c2d79588a5ffc9592125d"
url "https://binaries.cockroachdb.com/cockroach-v24.3.0.darwin-11.0-arm64.tgz"
sha256 "d34882ce15289948d4794542fc2bb402ce373d812ca5d8ef4624220c4bec9c7d"
end
end

Expand Down

0 comments on commit fe9b509

Please sign in to comment.