diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/go.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb index 1a6a04882..d29e33cb9 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://storage.googleapis.com/golang/go1.3.2.src.tar.gz' - version '1.3.2' - sha1 '67d3a692588c259f9fe9dca5b80109e5b99271df' + url 'https://storage.googleapis.com/golang/go1.3.3.src.tar.gz' + version '1.3.3' + sha1 'b54b7deb7b7afe9f5d9a3f5dd830c7dede35393a' bottle do sha1 "701804ae00ab6691d5abd310a24b6ea360f432ce" => :mavericks |
