aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/go.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/go.rb')
-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 584d6d53e..085986a7e 100644
--- a/Library/Formula/go.rb
+++ b/Library/Formula/go.rb
@@ -3,9 +3,9 @@ require 'formula'
class Go < Formula
homepage 'http://golang.org'
head 'https://go.googlecode.com/hg/'
- url 'https://go.googlecode.com/files/go1.2.1.src.tar.gz'
- version '1.2.1'
- sha1 '6a4b9991eddd8039438438d6aa25126ab7e07f2f'
+ url 'https://storage.googleapis.com/golang/go1.2.2.src.tar.gz'
+ version '1.2.2'
+ sha1 '3ce0ac4db434fc1546fec074841ff40dc48c1167'
bottle do
revision 1