Skip to content

Commit

Permalink
Merge pull request #211 from cockroachdb/update-versions-v24.1.1-8bj8
Browse files Browse the repository at this point in the history
release: advance to v24.1.1
  • Loading branch information
github-actions[bot] authored Jun 17, 2024
2 parents 401445a + e72115c commit ab0e055
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.0"
version "24.1.1"
on_macos do
on_intel do
url "https://binaries.cockroachdb.com/cockroach-sql-v24.1.0.darwin-10.9-amd64.tgz"
sha256 "d4cc8daaf5fa02c70caf42b06f0ab9eb2c0e16b98f0073f624cf8cccb361c75a"
url "https://binaries.cockroachdb.com/cockroach-sql-v24.1.1.darwin-10.9-amd64.tgz"
sha256 "ee5a6d8284b7c275b3d412415e61ace2808bbe4df2508bae8224e2245a539928"
end
on_arm do
url "https://binaries.cockroachdb.com/cockroach-sql-v24.1.0.darwin-11.0-arm64.tgz"
sha256 "7e83ad959c7a5c5e22649fddde47a8cd3de086d5fa1ca17d0ff3141fa359eab3"
url "https://binaries.cockroachdb.com/cockroach-sql-v24.1.1.darwin-11.0-arm64.tgz"
sha256 "3efca2d73226ba9c19b13161684892b48104e81c108b5d1ab6c80611449828ea"
end
end

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

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

Expand Down

0 comments on commit ab0e055

Please sign in to comment.