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 86c7ee1be..a3182a4d3 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.2.src.tar.gz' - version '1.0.2' - sha1 '408bb361df8c34b1bba41383812154e932907526' + url 'http://go.googlecode.com/files/go1.0.3.src.tar.gz' + version '1.0.3' + sha1 '1a67293c10d6c06c633c078a7ca67e98c8b58471' head 'http://go.googlecode.com/hg/' |
