diff options
| author | Matt Robenolt | 2014-08-13 06:05:01 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-13 14:40:44 +0100 |
| commit | 49f886f349fe760a896724a9666af32199cf53a8 (patch) | |
| tree | 024e2f193514d538bae78e3017f29e576379550b /Library | |
| parent | 17fd8ddd210999a7b0650a0d70187aaa7fd9942f (diff) | |
| download | homebrew-49f886f349fe760a896724a9666af32199cf53a8.tar.bz2 | |
go 1.3.1
Diffstat (limited to 'Library')
| -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 d6cef396a..fb280a393 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.src.tar.gz' - version '1.3' - sha1 '9f9dfcbcb4fa126b2b66c0830dc733215f2f056e' + url 'https://storage.googleapis.com/golang/go1.3.1.src.tar.gz' + version '1.3.1' + sha1 'bc296c9c305bacfbd7bff9e1b54f6f66ae421e6e' bottle do sha1 "86ad80f44b3114aaf53d5e673777f947d1fac3df" => :mavericks |
