Skip to content

Commit 104228c

Browse files
committed
Merge pull request cockroachdb#6389 from bdarnell/brew
build: update brew version
2 parents 8d57527 + e91f38e commit 104228c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/cockroach.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ class Cockroach < Formula
44
desc "Distributed SQL database"
55
homepage "https://www.cockroachlabs.com"
66
url "https://github.com/cockroachdb/cockroach.git",
7-
:tag => "beta-20160421",
8-
:revision => "e6880ae2bce8f2a391f6adc07f9945c783480e2b"
7+
:tag => "beta-20160428",
8+
:revision => "d9cda18c0fc576bd138cede478d1a59f8281abe8"
99
head "https://github.com/cockroachdb/cockroach.git"
1010

1111
depends_on "go" => :build

0 commit comments

Comments
 (0)