diff options
Diffstat (limited to 'Library')
| -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 d67dc116f..5e405a2b0 100644 --- a/Library/Formula/go.rb +++ b/Library/Formula/go.rb @@ -8,9 +8,10 @@ class Go < Formula sha1 'bc296c9c305bacfbd7bff9e1b54f6f66ae421e6e' bottle do - sha1 "92885faffe7868e235b2193f083cf9740f87bfc5" => :mavericks - sha1 "7c8560c70bd7ded578cdb38d5e76099d7e2e20cc" => :mountain_lion - sha1 "a77195042b6d467e90a27ef14e54315a22b8a3b9" => :lion + revision 1 + sha1 "9637d93efc0f70b1bdf3412f6684247a46104105" => :mavericks + sha1 "fbb03d1111c201253abf12ec8440761b0d6833f7" => :mountain_lion + sha1 "398053db3dc27be9797bd4cdd583b57a12033483" => :lion end option 'cross-compile-all', "Build the cross-compilers and runtime support for all supported platforms" |
