aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBerk D. Demir2015-01-20 00:24:32 -0800
committerMike McQuaid2015-01-20 17:15:24 +0100
commitfdac8ecdcb2658881c6ea169b0f9f75735b26c62 (patch)
tree04f7950feb26ce1aa552bc6fa7f9cf5af71d0f49 /Library/Formula
parentdde599b2deab70eb19ee17eaffd70cf6f3f50eb7 (diff)
downloadhomebrew-fdac8ecdcb2658881c6ea169b0f9f75735b26c62.tar.bz2
go: fix sha1.
Closes #36063. Closes #36054. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/go.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb
index 240e04fa8..a270746a5 100644
--- a/Library/Formula/go.rb
+++ b/Library/Formula/go.rb
@@ -4,7 +4,7 @@ class Go < Formula
# 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 "d77dbbb06d7a005966ced0b837bc6c97d541210f"
+ sha1 "c7a683e8d39b835e333199d68d0c0baefcd24a68"
version "1.4.1"
head "https://go.googlesource.com/go", :using => :git