aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Randschau2015-02-18 12:24:10 +0100
committerMike McQuaid2015-02-18 13:53:20 +0000
commit5e12faf477325e6ec50810effb25ed5e4de22aa5 (patch)
tree8f6e432a11d63df2ece4d0cfcce7c46e36639d50
parent054d36d340e0845a472b22e1259ffe3bd20c4a91 (diff)
downloadhomebrew-5e12faf477325e6ec50810effb25ed5e4de22aa5.tar.bz2
go 1.4.2
Closes #36930. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-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 a270746a5..e53733bb8 100644
--- a/Library/Formula/go.rb
+++ b/Library/Formula/go.rb
@@ -3,9 +3,9 @@ class Go < Formula
# Version 1.5 is going to require version 1.4 present to bootstrap 1.4
# Perhaps we can use our previous bottles, ala the discussion around PyPy?
# https://docs.google.com/document/d/1OaatvGhEAq7VseQ9kkavxKNAfepWy2yhPUBs96FGV28
- url "https://storage.googleapis.com/golang/go1.4.1.src.tar.gz"
- sha1 "c7a683e8d39b835e333199d68d0c0baefcd24a68"
- version "1.4.1"
+ url "https://storage.googleapis.com/golang/go1.4.2.src.tar.gz"
+ sha1 "460caac03379f746c473814a65223397e9c9a2f6"
+ version "1.4.2"
head "https://go.googlesource.com/go", :using => :git