From 0293dd0756e23b673476cfdb7adff8b93218cb43 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 12 Dec 2014 11:12:50 -0500 Subject: go: fix head URL Closes #34918. --- Library/Formula/go.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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' -- cgit v1.2.3