Skip to content

Commit

Permalink
Merge pull request #234 from cockroachdb/update-versions-v24.2.3-uzec
Browse files Browse the repository at this point in the history
release: advance to v24.2.3
  • Loading branch information
github-actions[bot] authored Sep 30, 2024
2 parents 9039fc5 + d937819 commit 999435d
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.2"
version "24.2.3"
on_macos do
on_intel do
url "https://binaries.cockroachdb.com/cockroach-sql-v24.2.2.darwin-10.9-amd64.tgz"
sha256 "2993a61f5da29b3d4d1640383869088cf00b689f35e05dd5a0c96d2a2839c3c4"
url "https://binaries.cockroachdb.com/cockroach-sql-v24.2.3.darwin-10.9-amd64.tgz"
sha256 "e85ac10706ef5f8348343a257507801eacb58e72ed96897e171a1e23f8196bd5"
end
on_arm do
url "https://binaries.cockroachdb.com/cockroach-sql-v24.2.2.darwin-11.0-arm64.tgz"
sha256 "8cca9240662bf15fd2be3e6b2ba35216a45f854f0415536ec5b71152ceb14458"
url "https://binaries.cockroachdb.com/cockroach-sql-v24.2.3.darwin-11.0-arm64.tgz"
sha256 "8bc17ad56a6792eafb5841fd0c562b7327678eab305c05bccb6b54d39b2b21d9"
end
end

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

test do
output = shell_output("#{bin}/cockroach-sql --version", 0)
assert_match "24.2.2", output
assert_match "24.2.3", 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.2"
version "24.2.3"
on_macos do
on_intel do
url "https://binaries.cockroachdb.com/cockroach-v24.2.2.darwin-10.9-amd64.tgz"
sha256 "844e0a26605d52d25c619f07fa92335360dc1898870e44d1fda5b0a2d24127c1"
url "https://binaries.cockroachdb.com/cockroach-v24.2.3.darwin-10.9-amd64.tgz"
sha256 "f3d59ed7367c8b4d8420bd1cae9f50a58114d18945ef984805403d44943447d0"
end
on_arm do
url "https://binaries.cockroachdb.com/cockroach-v24.2.2.darwin-11.0-arm64.tgz"
sha256 "9c609100948fd595af064e00812c7bfce57bf98bb541b1ca6e1a6875a749fe6b"
url "https://binaries.cockroachdb.com/cockroach-v24.2.3.darwin-11.0-arm64.tgz"
sha256 "5e70e89ef21217a80a532499f5b07618269f1ad1399732d4a55c09a71554f048"
end
end

Expand Down

0 comments on commit 999435d

Please sign in to comment.