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

Upgrade homebrew formula to v19.1.5 #29

Merged
merged 1 commit into from
Oct 1, 2019
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
6 changes: 3 additions & 3 deletions Formula/cockroach.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Cockroach < Formula
desc "Distributed SQL database"
homepage "https://www.cockroachlabs.com"
url "https://binaries.cockroachdb.com/cockroach-v19.1.4.darwin-10.9-amd64.tgz"
version "19.1.4"
sha256 "6911796049865aa1c27d11904893ea6f7a031bdfe90f531a4ea510fde3568439"
url "https://binaries.cockroachdb.com/cockroach-v19.1.5.darwin-10.9-amd64.tgz"
version "19.1.5"
sha256 "fbebcd4011c58bf85d709fa679ac52bde9475be8f3501ea6ed90318b3a67967f"
# This revision facilitates conversion from homebrew-core to the tap.
# TODO(bdarnell): Remove this once we've updated to a version that never appeared in homebrew-core.
revision 1
Expand Down