diff options
Diffstat (limited to 'Library/Formula')
| -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 7dba09af5..858619563 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.1.src.tar.gz' - version '1.1.1' - sha1 'f365aed8183e487a48a66ace7bf36e5974dffbb3' + url 'https://go.googlecode.com/files/go1.1.2.src.tar.gz' + version '1.1.2' + sha1 'f5ab02bbfb0281b6c19520f44f7bc26f9da563fb' head 'https://go.googlecode.com/hg/' |
