diff options
| author | Lucas Clemente | 2014-04-23 11:38:33 +0200 |
|---|---|---|
| committer | Jack Nagel | 2014-04-23 10:22:29 -0500 |
| commit | 6b6ec2c5617e82689cdb26f8a947b849bc19ed97 (patch) | |
| tree | af5751642e1c16ea4ae2a051145453b7c5510ac3 /Library/Formula | |
| parent | 6079cf2f8609a2a2e7e693a6cb43dc6271903501 (diff) | |
| download | homebrew-6b6ec2c5617e82689cdb26f8a947b849bc19ed97.tar.bz2 | |
go 1.3beta1
Closes #28636.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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 535921cc0..9b4bbb2cb 100644 --- a/Library/Formula/go.rb +++ b/Library/Formula/go.rb @@ -14,6 +14,12 @@ class Go < Formula sha1 "1c09d8aaac7d78b54405c39e5ede0ee9d927860f" => :lion end + devel do + url 'https://storage.googleapis.com/golang/go1.3beta1.src.tar.gz' + version '1.3beta1' + sha1 'e4df4e99115aba2f1ae5ccd56e682669d00c2a9d' + 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" |
