Skip to content

Commit

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

release: advance to v23.2.4
  • Loading branch information
celiala authored Apr 11, 2024
2 parents bcf984b + f97c4f2 commit 963ef65
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.3"
version "23.2.4"
on_macos do
on_intel do
url "https://binaries.cockroachdb.com/cockroach-sql-v23.2.3.darwin-10.9-amd64.tgz"
sha256 "c8bbd1a951936f43ac25335e840e8f68e87a79a28e0a93aeee0110a83ae0cc65"
url "https://binaries.cockroachdb.com/cockroach-sql-v23.2.4.darwin-10.9-amd64.tgz"
sha256 "db4e53ad276f3aea79b727a05b7c8641cfc61fcd562070507e0bafd6a4014c0c"
end
on_arm do
url "https://binaries.cockroachdb.com/cockroach-sql-v23.2.3.darwin-11.0-arm64.tgz"
sha256 "2c504104fa4cd5fea4177c4c59d060c442db616e97bb91a47e3de568c500b9b3"
url "https://binaries.cockroachdb.com/cockroach-sql-v23.2.4.darwin-11.0-arm64.tgz"
sha256 "63b9c993ee85a791d489ea6c530eb9bb5ff876b90a43b1a1deb709449edf38da"
end
end

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

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

Expand Down

0 comments on commit 963ef65

Please sign in to comment.