aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/go.rb
diff options
context:
space:
mode:
authorPascal Bertrand2012-04-28 09:17:05 +0200
committerAdam Vandenberg2012-04-28 09:32:43 -0700
commitbe5de13da6f101ef73f96eb2e5c4f8f378beba8a (patch)
tree3db68935971ce26d30cc238aa2fa310be88c337c /Library/Formula/go.rb
parent457c02517a0de45defb404f4b61740b8b12f7c7a (diff)
downloadhomebrew-be5de13da6f101ef73f96eb2e5c4f8f378beba8a.tar.bz2
go 1.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/go.rb')
-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/'