Skip to content

Commit

Permalink
Merge pull request #246 from cockroachdb/update-versions-v24.2.5-k9rd
Browse files Browse the repository at this point in the history
release: advance to v24.2.5
  • Loading branch information
github-actions[bot] authored Nov 18, 2024
2 parents 95ad1bb + 669d1c5 commit 13eebd7
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.4"
version "24.2.5"
on_macos do
on_intel do
url "https://binaries.cockroachdb.com/cockroach-sql-v24.2.4.darwin-10.9-amd64.tgz"
sha256 "d375bda1cac4674194ea83e4363d8d8868c3579b27e42f4d92e337e4e4ed78e9"
url "https://binaries.cockroachdb.com/cockroach-sql-v24.2.5.darwin-10.9-amd64.tgz"
sha256 "b2979ea622f4cffc0495e5c4aa8747d5df121f3e55e9a052c9e4de84cec0a331"
end
on_arm do
url "https://binaries.cockroachdb.com/cockroach-sql-v24.2.4.darwin-11.0-arm64.tgz"
sha256 "f720c9baae6d22473741521b4f3f9ae530f72f3ef898ffd26d6c7d19361078cc"
url "https://binaries.cockroachdb.com/cockroach-sql-v24.2.5.darwin-11.0-arm64.tgz"
sha256 "ff6c35312b91eea954117e87ded4048d2a22e9bbc64945e170131b74f333edec"
end
end

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

test do
output = shell_output("#{bin}/cockroach-sql --version", 0)
assert_match "24.2.4", output
assert_match "24.2.5", 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.4"
version "24.2.5"
on_macos do
on_intel do
url "https://binaries.cockroachdb.com/cockroach-v24.2.4.darwin-10.9-amd64.tgz"
sha256 "84f7dc8d5b38acb2bcf61005e1eef658a640ff4da107ef4ea9bf8feda36b3bb3"
url "https://binaries.cockroachdb.com/cockroach-v24.2.5.darwin-10.9-amd64.tgz"
sha256 "ad9188fb6d05051512562681b6a78acef54c40ff828adf50f4345e6badbb8040"
end
on_arm do
url "https://binaries.cockroachdb.com/cockroach-v24.2.4.darwin-11.0-arm64.tgz"
sha256 "c65aa4cefe1006cec67305350d69cf5c536a13e0aec06e2b508cae0578bca421"
url "https://binaries.cockroachdb.com/cockroach-v24.2.5.darwin-11.0-arm64.tgz"
sha256 "44fd6376d051e669a0b84db41ec70d5fdafbb679152c2d79588a5ffc9592125d"
end
end

Expand Down

0 comments on commit 13eebd7

Please sign in to comment.