aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/go.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb
index d284aae7d..2e7fdc94b 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/go.go1.src.tar.gz'
- version '1'
- sha1 '6023623d083db1980965335b8ac4fa8b428fa484'
+ url 'http://go.googlecode.com/files/go1.0.1.src.tar.gz'
+ version '1.0.1'
+ sha1 'fc8a6d6725f7f2bf7c94685c5fd0880c9b7f67f6'
head 'http://go.googlecode.com/hg/'