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 90e5bcceb..4d17e20be 100644 --- a/Library/Formula/go.rb +++ b/Library/Formula/go.rb @@ -2,9 +2,9 @@ require 'formula' class Go < Formula homepage 'http://golang.org' - url 'https://go.googlecode.com/files/go1.1.src.tar.gz' - version '1.1' - sha1 'a464704ebbbdd552a39b5f9429b059c117d165b3' + url 'https://go.googlecode.com/files/go1.1.1.src.tar.gz'; + version '1.1.1' + sha1 'f365aed8183e487a48a66ace7bf36e5974dffbb3' head 'https://go.googlecode.com/hg/' skip_clean 'bin' |
