diff options
| author | Jack Nagel | 2013-12-01 20:08:43 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-12-01 20:08:54 -0600 |
| commit | adf34d9e1805848c5a181a05cfacee2f78883026 (patch) | |
| tree | b1a6873ff6bf673a5650e944c01c5c9373ef676c /Library/Formula | |
| parent | 578926f8f99ee09ba1ee0589018e136d94c6a68c (diff) | |
| download | homebrew-adf34d9e1805848c5a181a05cfacee2f78883026.tar.bz2 | |
go 1.2 bottles
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/go.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb index 26fc08ed3..4857fde26 100644 --- a/Library/Formula/go.rb +++ b/Library/Formula/go.rb @@ -7,6 +7,12 @@ class Go < Formula version '1.2' sha1 '7dd2408d40471aeb30a9e0b502c6717b5bf383a5' + bottle do + sha1 '8545bca00ef68365f021acff29573a63cad79625' => :mavericks + sha1 'cd1bf484aba6a0ba04d75eb2d5e6eee2593631e8' => :mountain_lion + sha1 '18bb16cf44771e5065a017358853ad59c7f6a3ca' => :lion + end + option 'cross-compile-all', "Build the cross-compilers and runtime support for all supported platforms" option 'cross-compile-common', "Build the cross-compilers and runtime support for darwin, linux and windows" option 'without-cgo', "Build without cgo" |
