go: fix tag for --use-git
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
2aa94fefd2
commit
6c4ebff746
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ require 'formula'
|
|||
|
||||
class Go < Formula
|
||||
if ARGV.include? "--use-git"
|
||||
url 'https://github.com/tav/go.git', :tag => 'release.r59'
|
||||
url 'https://github.com/tav/go.git', :tag => 'release-branch.r59'
|
||||
head 'https://github.com/tav/go.git'
|
||||
else
|
||||
url 'http://go.googlecode.com/hg/', :revision => 'release.r59'
|
||||
|
|
Loading…
Reference in a new issue