Skip to content

Commit

Permalink
release: advance to v23.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cockroach-teamcity committed Jun 17, 2024
1 parent ab0e055 commit 24c1a0b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Formula/cockroach@23.2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,21 @@
class CockroachAT232 < Formula
desc "Distributed SQL database"
homepage "https://www.cockroachlabs.com"
version "23.2.5"
version "23.2.6"
on_macos do
on_intel do
url "https://binaries.cockroachdb.com/cockroach-v23.2.5.darwin-10.9-amd64.tgz"
sha256 "df4126568c3bded296d61e4fba5ee14f0ac3029dff25ba82d55c5580d04f5408"
url "https://binaries.cockroachdb.com/cockroach-v23.2.6.darwin-10.9-amd64.tgz"
sha256 "ddcd54d9a42fbc03fca280a7008d546ddf5eef2101cda72e5afc7163cfc5c3f6"
end
on_arm do
url "https://binaries.cockroachdb.com/cockroach-v23.2.5.darwin-11.0-arm64.tgz"
sha256 "1f213ef13a565bf0e4f5cab0b957fcb34584c4561a46f1af014bd4dc2d8449c1"
url "https://binaries.cockroachdb.com/cockroach-v23.2.6.darwin-11.0-arm64.tgz"
sha256 "f0d4b485f24b26b0908e803482a834b49098d3e577f8231835d09207b26ff0ad"
end
end

def install
bin.install "cockroach"
prefix.install "LICENSE.txt", "THIRD-PARTY-NOTICES.txt"
on_intel do
lib.mkpath
mkdir "#{lib}/cockroach"
Expand Down

0 comments on commit 24c1a0b

Please sign in to comment.