Skip to content

Commit

Permalink
Merge pull request #198 from cockroach-teamcity/update-versions-v23.2…
Browse files Browse the repository at this point in the history
….5-q6ol

release: advance to v23.2.5
  • Loading branch information
emnet-crl authored May 13, 2024
2 parents 6629db7 + ed09368 commit 320f9bd
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 "23.2.4"
version "23.2.5"
on_macos do
on_intel do
url "https://binaries.cockroachdb.com/cockroach-sql-v23.2.4.darwin-10.9-amd64.tgz"
sha256 "db4e53ad276f3aea79b727a05b7c8641cfc61fcd562070507e0bafd6a4014c0c"
url "https://binaries.cockroachdb.com/cockroach-sql-v23.2.5.darwin-10.9-amd64.tgz"
sha256 "b493a842ee5d62f76e2a2865a2c194b5788c26b9feb8583a5066ae55a083d3a4"
end
on_arm do
url "https://binaries.cockroachdb.com/cockroach-sql-v23.2.4.darwin-11.0-arm64.tgz"
sha256 "63b9c993ee85a791d489ea6c530eb9bb5ff876b90a43b1a1deb709449edf38da"
url "https://binaries.cockroachdb.com/cockroach-sql-v23.2.5.darwin-11.0-arm64.tgz"
sha256 "e63a28b3f4dbd33b882fbc8f3f49e1b9768d7ce5939e2da4c6036941040f8f37"
end
end

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

test do
output = shell_output("#{bin}/cockroach-sql --version", 0)
assert_match "23.2.4", output
assert_match "23.2.5", 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 "23.2.4"
version "23.2.5"
on_macos do
on_intel do
url "https://binaries.cockroachdb.com/cockroach-v23.2.4.darwin-10.9-amd64.tgz"
sha256 "ddc299285a973af9bd11f35b94461799deccbca020ace262c358f5fc3ce9ce00"
url "https://binaries.cockroachdb.com/cockroach-v23.2.5.darwin-10.9-amd64.tgz"
sha256 "df4126568c3bded296d61e4fba5ee14f0ac3029dff25ba82d55c5580d04f5408"
end
on_arm do
url "https://binaries.cockroachdb.com/cockroach-v23.2.4.darwin-11.0-arm64.tgz"
sha256 "0e7065e7d3221c75090568a076743182ef957deb7eb09f8f00831c77f4fb613c"
url "https://binaries.cockroachdb.com/cockroach-v23.2.5.darwin-11.0-arm64.tgz"
sha256 "1f213ef13a565bf0e4f5cab0b957fcb34584c4561a46f1af014bd4dc2d8449c1"
end
end

Expand Down

0 comments on commit 320f9bd

Please sign in to comment.