aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorTimothée Peignier2015-01-15 16:55:08 -0800
committerJack Nagel2015-01-15 23:33:01 -0500
commit36a8fc1e678815ac7eb060239c0b25a1886ca3ea (patch)
treecaa827dcc118fe11d6d7159fd226ce6fe6513edc /Library/Formula
parentbb2cf37b2aac38db9e02f6c5a3ee12daab49a1fa (diff)
downloadhomebrew-36a8fc1e678815ac7eb060239c0b25a1886ca3ea.tar.bz2
go 1.4.1
Closes #35925. Signed-off-by: Jack Nagel <jacknagel@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 757ed10a2..633c8ca48 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.src.tar.gz"
- sha1 "6a7d9bd90550ae1e164d7803b3e945dc8309252b"
- version "1.4"
+ url "https://storage.googleapis.com/golang/go1.4.1.src.tar.gz"
+ sha1 "d77dbbb06d7a005966ced0b837bc6c97d541210f"
+ version "1.4.1"
head "https://go.googlesource.com/go", :using => :git