Skip to content

Commit

Permalink
release: advance to v23.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
cockroach-teamcity authored and rail committed May 28, 2024
1 parent e59341b commit 107d78e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,23 @@
class CockroachAT231 < Formula
desc "Distributed SQL database"
homepage "https://www.cockroachlabs.com"
version "23.1.21"
version "23.1.22"
on_macos do
on_intel do
url "https://binaries.cockroachdb.com/cockroach-v23.1.21.darwin-10.9-amd64.tgz"
sha256 "5560e798478f8c2c0e0c91c7979213507a728bbb506335002b9bd9cce58287f1"
url "https://binaries.cockroachdb.com/cockroach-v23.1.22.darwin-10.9-amd64.tgz"
sha256 "4f98e12f5e8bf847188e407854d40eb52f48622102ff3214b9248e608312ccd7"
end
on_arm do
url "https://binaries.cockroachdb.com/cockroach-v23.1.21.darwin-11.0-arm64.tgz"
sha256 "41ec89b8fc26d71d55441b66b0c76a3b424a6979cec0c174a916bb06848c7d4d"
url "https://binaries.cockroachdb.com/cockroach-v23.1.22.darwin-11.0-arm64.tgz"
sha256 "b5b4a653a34f622d38e6222d0e89b751820aad5607027d7b13e5aaaaea2cc49b"
end
end

def install
bin.install "cockroach"
if version >= Version::new("24.1.0")
prefix.install "LICENSE.txt", "THIRD-PARTY-NOTICES.txt"
end
on_intel do
lib.mkpath
mkdir "#{lib}/cockroach"
Expand Down

0 comments on commit 107d78e

Please sign in to comment.