aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTimothée Peignier2014-11-16 21:15:59 -0800
committerTim D. Smith2014-11-16 21:41:52 -0800
commit0d29334e998079c0cfe1a50104ad3047a9c8cfe9 (patch)
tree44b2ca82c6b08c64d4f676b04ebb3ac48764efbf /Library
parentf1ebe814507ce3fe6d849276255c316902838c1d (diff)
downloadhomebrew-0d29334e998079c0cfe1a50104ad3047a9c8cfe9.tar.bz2
go: update devel version to 1.4rc1
Closes #34250. Signed-off-by: Tim D. Smith <git@tim-smith.us>
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 ac85b2a6e..a3fb5fa77 100644
--- a/Library/Formula/go.rb
+++ b/Library/Formula/go.rb
@@ -15,9 +15,9 @@ class Go < Formula
end
devel do
- url 'https://storage.googleapis.com/golang/go1.4beta1.src.tar.gz'
- version '1.4beta1'
- sha1 'f2fece0c9f9cdc6e8a85ab56b7f1ffcb57c3e7cd'
+ url 'https://storage.googleapis.com/golang/go1.4rc1.src.tar.gz'
+ version '1.4rc1'
+ sha1 'ff8e7d78e85658251a36e45f944af70f226368ab'
end
option 'cross-compile-all', "Build the cross-compilers and runtime support for all supported platforms"