Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: advance to v23.1.19 #196

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Formula/cockroach@23.1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
class CockroachAT231 < Formula
desc "Distributed SQL database"
homepage "https://www.cockroachlabs.com"
version "23.1.18"
version "23.1.19"
on_macos do
on_intel do
url "https://binaries.cockroachdb.com/cockroach-v23.1.18.darwin-10.9-amd64.tgz"
sha256 "26f524fc316e313a2495957844774d274f958956bb677eb23c8d8d08385265be"
url "https://binaries.cockroachdb.com/cockroach-v23.1.19.darwin-10.9-amd64.tgz"
sha256 "3d5b5b42c99d8d20086e5734cdeb7e09deaf372886762ff2b8cc38bcb6194561"
end
on_arm do
url "https://binaries.cockroachdb.com/cockroach-v23.1.18.darwin-11.0-arm64.tgz"
sha256 "caf7528629fcfb21ce4fcaa9b2e98194e2e8cacb77ae496cd23c6509e880fd99"
url "https://binaries.cockroachdb.com/cockroach-v23.1.19.darwin-11.0-arm64.tgz"
sha256 "0d42976a410cab21e959d9983867ca1abef15c66e0cb57e3ccf7f17c6be38f5f"
end
end

Expand Down
Loading