aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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 871d6beec..28b97d779 100644
--- a/Library/Formula/go.rb
+++ b/Library/Formula/go.rb
@@ -18,9 +18,9 @@ class Go < Formula
option 'without-cgo', "Build without cgo"
devel do
- url 'https://go.googlecode.com/files/go1.2rc3.src.tar.gz'
- version '1.2rc3'
- sha1 '1bfcb525b28c2fe65d0b7d6dbd4418ce2027e2eb'
+ url 'https://go.googlecode.com/files/go1.2rc4.src.tar.gz'
+ version '1.2rc4'
+ sha1 'a1782aef715875119e04ebd3f101708e3b6aa866'
end
if build.with? 'cgo' and not build.devel?