diff options
Diffstat (limited to 'Library')
| -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 a6acf177e..c5de3d49a 100644 --- a/Library/Formula/go.rb +++ b/Library/Formula/go.rb @@ -13,9 +13,9 @@ class Go < Formula option 'cross-compile-common', "Build the cross-compilers and runtime support for darwin, linux and windows" devel do - url 'https://go.googlecode.com/files/go1.1beta1.src.tar.gz' - version '1.1beta1' - sha1 '73dacb991b3dbf50cf45be0ae9bfef52662eae4d' + url 'https://go.googlecode.com/files/go1.1beta2.src.tar.gz' + version '1.1beta2' + sha1 '70d7642a6ea065a23458b9ea28e370b19912e52d' end unless build.stable? |
