diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/go.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb index e021160fd..0b28bb464 100644 --- a/Library/Formula/go.rb +++ b/Library/Formula/go.rb @@ -2,7 +2,7 @@ require 'formula' class Go < Formula homepage 'http://golang.org' - head 'https://go.googlesource.com/go' + head 'https://go.googlesource.com/go', :using => :git url 'https://storage.googleapis.com/golang/go1.4.src.tar.gz' version '1.4' sha1 '6a7d9bd90550ae1e164d7803b3e945dc8309252b' |
