aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-04-16 19:10:52 -0700
committerAdam Vandenberg2012-04-16 19:10:52 -0700
commit7394ce686663a43cfa050b79fad1c6fd4e04f801 (patch)
tree5c38a5ee7d433c5b417fc3938d8ab96cc6da201a /Library
parent6f3ae46833121937903203db45881318f7be607c (diff)
downloadhomebrew-7394ce686663a43cfa050b79fad1c6fd4e04f801.tar.bz2
Go: remove unofficial Git mirror
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/go.rb10
1 files changed, 1 insertions, 9 deletions
diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb
index 02099441e..d284aae7d 100644
--- a/Library/Formula/go.rb
+++ b/Library/Formula/go.rb
@@ -6,18 +6,10 @@ class Go < Formula
version '1'
sha1 '6023623d083db1980965335b8ac4fa8b428fa484'
- if ARGV.include? "--use-git"
- head 'https://github.com/tav/go.git'
- else
- head 'http://go.googlecode.com/hg/'
- end
+ head 'http://go.googlecode.com/hg/'
skip_clean 'bin'
- def options
- [["--use-git", "Use git mirror instead of official hg repository"]]
- end
-
def install
prefix.install Dir['*']