aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorCoda Hale2013-11-18 19:32:13 -0800
committerAdam Vandenberg2013-11-18 22:03:00 -0800
commit5e522626223d05dd5bbd49aeb98c9558cd0307f4 (patch)
tree4b0c4c7faad4a7974259f4ca3d89d69833f60667 /Library/Formula
parentc2404f277e0d0fde7378742fdb1cf8436cb168f3 (diff)
downloadhomebrew-5e522626223d05dd5bbd49aeb98c9558cd0307f4.tar.bz2
Go devel 1.2rc5.
Closes #24474. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 28b97d779..951a73c9e 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.2rc4.src.tar.gz'
- version '1.2rc4'
- sha1 'a1782aef715875119e04ebd3f101708e3b6aa866'
+ url 'https://go.googlecode.com/files/go1.2rc5.src.tar.gz'
+ version '1.2rc5'
+ sha1 'f0cc813715d06a8e2febd580e126b7489b6a945d'
end
if build.with? 'cgo' and not build.devel?