diff options
| author | Adam Vandenberg | 2012-04-16 19:10:52 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-04-16 19:10:52 -0700 |
| commit | 7394ce686663a43cfa050b79fad1c6fd4e04f801 (patch) | |
| tree | 5c38a5ee7d433c5b417fc3938d8ab96cc6da201a /Library/Formula | |
| parent | 6f3ae46833121937903203db45881318f7be607c (diff) | |
| download | homebrew-7394ce686663a43cfa050b79fad1c6fd4e04f801.tar.bz2 | |
Go: remove unofficial Git mirror
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/go.rb | 10 |
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['*'] |
