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 7f1d6ece1..50607b5c6 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 'http://go.googlecode.com/files/go1.0.1.src.tar.gz' - version '1.0.1' - sha1 'fc8a6d6725f7f2bf7c94685c5fd0880c9b7f67f6' + url 'http://go.googlecode.com/files/go1.0.2.src.tar.gz' + version '1.0.2' + sha1 '408bb361df8c34b1bba41383812154e932907526' head 'http://go.googlecode.com/hg/' |
