Skip to content

Commit

Permalink
Merge pull request #258 from cockroachdb/update-versions-v24.3.2-wzuh
Browse files Browse the repository at this point in the history
release: advance to v24.3.2
  • Loading branch information
github-actions[bot] authored Dec 26, 2024
2 parents abcde4f + cc008a2 commit c4a8d2b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 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.3.1"
version "24.3.2"
on_macos do
on_intel do
url "https://binaries.cockroachdb.com/cockroach-sql-v24.3.1.darwin-10.9-amd64.tgz"
sha256 "637fcb8a6912334d0a2f4fbc920d0c6c38620ef8a7f230eb4173e61d94649142"
url "https://binaries.cockroachdb.com/cockroach-sql-v24.3.2.darwin-10.9-amd64.tgz"
sha256 "fbc7bd2c1b775dbb44b8cd9998aaf061505b236159a39ef0c6547a5016f290ea"
end
on_arm do
url "https://binaries.cockroachdb.com/cockroach-sql-v24.3.1.darwin-11.0-arm64.tgz"
sha256 "3770acb50b40ea2b735b75a9a91e699311e8f25f967f317089ed61ae9948b343"
url "https://binaries.cockroachdb.com/cockroach-sql-v24.3.2.darwin-11.0-arm64.tgz"
sha256 "b596ad3d7c435f61eb056ba521cbab4bc5447284342cc493987c08ad2db9cbd8"
end
end

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

test do
output = shell_output("#{bin}/cockroach-sql --version", 0)
assert_match "24.3.1", output
assert_match "24.3.2", 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.3.1"
version "24.3.2"
on_macos do
on_intel do
url "https://binaries.cockroachdb.com/cockroach-v24.3.1.darwin-10.9-amd64.tgz"
sha256 "fb54989d77fdaeaa6a24f9b5a791fc56e662fdc67447c692bf0067db7d46b94f"
url "https://binaries.cockroachdb.com/cockroach-v24.3.2.darwin-10.9-amd64.tgz"
sha256 "9b500e5e99f6f8460d0b49a7ac2094c7ae699345997a498abd985e348ae5e72c"
end
on_arm do
url "https://binaries.cockroachdb.com/cockroach-v24.3.1.darwin-11.0-arm64.tgz"
sha256 "bda025edcd9f6671879872e8a6fdeab6b9899f10d56a883b93dc58df2d2e4777"
url "https://binaries.cockroachdb.com/cockroach-v24.3.2.darwin-11.0-arm64.tgz"
sha256 "07d318d23440579c2531af305c50c62e51edb5e28c63f67d4f7f3c6829d4d801"
end
end

Expand Down
10 changes: 5 additions & 5 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
class CockroachAT243 < Formula
desc "Distributed SQL database"
homepage "https://www.cockroachlabs.com"
version "24.3.1"
version "24.3.2"
on_macos do
on_intel do
url "https://binaries.cockroachdb.com/cockroach-v24.3.1.darwin-10.9-amd64.tgz"
sha256 "fb54989d77fdaeaa6a24f9b5a791fc56e662fdc67447c692bf0067db7d46b94f"
url "https://binaries.cockroachdb.com/cockroach-v24.3.2.darwin-10.9-amd64.tgz"
sha256 "9b500e5e99f6f8460d0b49a7ac2094c7ae699345997a498abd985e348ae5e72c"
end
on_arm do
url "https://binaries.cockroachdb.com/cockroach-v24.3.1.darwin-11.0-arm64.tgz"
sha256 "bda025edcd9f6671879872e8a6fdeab6b9899f10d56a883b93dc58df2d2e4777"
url "https://binaries.cockroachdb.com/cockroach-v24.3.2.darwin-11.0-arm64.tgz"
sha256 "07d318d23440579c2531af305c50c62e51edb5e28c63f67d4f7f3c6829d4d801"
end
end

Expand Down

0 comments on commit c4a8d2b

Please sign in to comment.