diff options
| author | BrewTestBot | 2014-03-03 04:47:11 +0000 |
|---|---|---|
| committer | Brett Koonce | 2014-03-02 22:49:25 -0600 |
| commit | a388e465841004f612768014d2ad99cbe6c2934d (patch) | |
| tree | 7f65d7c5dfc295803317f9c499ce89e08153a87d /Library/Formula | |
| parent | c903cd34b02a99837d2eca08bfaa9d57d7924ded (diff) | |
| download | homebrew-a388e465841004f612768014d2ad99cbe6c2934d.tar.bz2 | |
go: update 1.2.1 bottle.
Closes #27150.
Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/go.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb index f1c56e778..bdfdc2dec 100644 --- a/Library/Formula/go.rb +++ b/Library/Formula/go.rb @@ -8,9 +8,9 @@ class Go < Formula sha1 '6a4b9991eddd8039438438d6aa25126ab7e07f2f' bottle do - sha1 '8545bca00ef68365f021acff29573a63cad79625' => :mavericks - sha1 'cd1bf484aba6a0ba04d75eb2d5e6eee2593631e8' => :mountain_lion - sha1 '18bb16cf44771e5065a017358853ad59c7f6a3ca' => :lion + sha1 "84e58d4dff9aff9ab5e33ab224f3e6575afec696" => :mavericks + sha1 "5568a3ede74b35eef4141a874d941e687a863d58" => :mountain_lion + sha1 "437516d867cb0555d8918caddcb07da4f59ccd1d" => :lion end option 'cross-compile-all', "Build the cross-compilers and runtime support for all supported platforms" |
