diff options
| author | BrewTestBot | 2015-02-26 02:40:11 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-26 11:23:55 +0000 |
| commit | 7dfbb3858925f6cead8177e205b15ca0d8e69639 (patch) | |
| tree | 6d8ef8cfacf2c934177de2b37bb3f05ccec23eea | |
| parent | f86c52bee40d4a97d9c211d1b69d3c24a0a197d3 (diff) | |
| download | homebrew-7dfbb3858925f6cead8177e205b15ca0d8e69639.tar.bz2 | |
go: update 1.4.2 bottle.
| -rw-r--r-- | Library/Formula/go.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb index 664ad10ef..3b25846bf 100644 --- a/Library/Formula/go.rb +++ b/Library/Formula/go.rb @@ -10,9 +10,10 @@ class Go < Formula head "https://go.googlesource.com/go", :using => :git bottle do - sha1 "a9d249008e08149d31f054a1b91b92e1c85bca7f" => :yosemite - sha1 "bf8a2840a2086ce1c9ff8d9be029dbd1a5cef1a1" => :mavericks - sha1 "9f77c81dc4a371c504f83ee7cbce6980cb264aa8" => :mountain_lion + revision 1 + sha1 "b3ec148a548331c3fd75435b7aa6ae2378ce995e" => :yosemite + sha1 "a4ea2ffdd9db813c870b0ce73c011788ac60cb51" => :mavericks + sha1 "bc52571c43f59f92ca461ff310693501f2419a04" => :mountain_lion end option "with-cc-all", "Build with cross-compilers and runtime support for all supported platforms" |
