Skip to content

Commit

Permalink
release: advance to v24.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cockroach-teamcity committed Jul 8, 2024
1 parent 0c2245e commit 96b31bf
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.1.1"
version "24.1.2"
on_macos do
on_intel do
url "https://binaries.cockroachdb.com/cockroach-sql-v24.1.1.darwin-10.9-amd64.tgz"
sha256 "ee5a6d8284b7c275b3d412415e61ace2808bbe4df2508bae8224e2245a539928"
url "https://binaries.cockroachdb.com/cockroach-sql-v24.1.2.darwin-10.9-amd64.tgz"
sha256 "1b10f0e27d919194704d677db331f2fefae4a3282ade33a4e15ec3d4fb4dff64"
end
on_arm do
url "https://binaries.cockroachdb.com/cockroach-sql-v24.1.1.darwin-11.0-arm64.tgz"
sha256 "3efca2d73226ba9c19b13161684892b48104e81c108b5d1ab6c80611449828ea"
url "https://binaries.cockroachdb.com/cockroach-sql-v24.1.2.darwin-11.0-arm64.tgz"
sha256 "48dc00a1edd4625d3941c7263303a9fd516e0566243efb76b576b34f833b35c2"
end
end

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

test do
output = shell_output("#{bin}/cockroach-sql --version", 0)
assert_match "24.1.1", output
assert_match "24.1.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.1.1"
version "24.1.2"
on_macos do
on_intel do
url "https://binaries.cockroachdb.com/cockroach-v24.1.1.darwin-10.9-amd64.tgz"
sha256 "a96809d2315b30cde5e84a72cf11684cf0110b6520d63fafcfcca4907784d98f"
url "https://binaries.cockroachdb.com/cockroach-v24.1.2.darwin-10.9-amd64.tgz"
sha256 "3f02ce450148821545cce21e27f3f8f1aa29fac868dc197783c4d25e61cf65bd"
end
on_arm do
url "https://binaries.cockroachdb.com/cockroach-v24.1.1.darwin-11.0-arm64.tgz"
sha256 "40e29646d19078556b0c4ee476c4840bc5d8d895c4420aefa46fbaa0dd03a8c6"
url "https://binaries.cockroachdb.com/cockroach-v24.1.2.darwin-11.0-arm64.tgz"
sha256 "6dce44691a7ab78df60a099b67b941fcb4e432a501574fd9ee9be75027e14566"
end
end

Expand Down

0 comments on commit 96b31bf

Please sign in to comment.