Skip to content

Commit

Permalink
Merge pull request #254 from cockroachdb/update-versions-v24.3.1-49pa
Browse files Browse the repository at this point in the history
release: advance to v24.3.1
  • Loading branch information
github-actions[bot] authored Dec 17, 2024
2 parents a305b44 + 861465c commit c783cf9
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.0"
version "24.3.1"
on_macos do
on_intel do
url "https://binaries.cockroachdb.com/cockroach-sql-v24.3.0.darwin-10.9-amd64.tgz"
sha256 "148ae2532c6079d54df00cb6ba380db190797fac8664f1312d1dbb648e9a39a4"
url "https://binaries.cockroachdb.com/cockroach-sql-v24.3.1.darwin-10.9-amd64.tgz"
sha256 "637fcb8a6912334d0a2f4fbc920d0c6c38620ef8a7f230eb4173e61d94649142"
end
on_arm do
url "https://binaries.cockroachdb.com/cockroach-sql-v24.3.0.darwin-11.0-arm64.tgz"
sha256 "e55a66c7d73bc39e68d297b6bf3794a21c494e53df1877f34dde4f819ee258d6"
url "https://binaries.cockroachdb.com/cockroach-sql-v24.3.1.darwin-11.0-arm64.tgz"
sha256 "3770acb50b40ea2b735b75a9a91e699311e8f25f967f317089ed61ae9948b343"
end
end

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

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

Expand Down

0 comments on commit c783cf9

Please sign in to comment.