go: fix tag for --use-git

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Steven Degutis 2011-08-13 11:03:52 -05:00 committed by Adam Vandenberg
parent 2aa94fefd2
commit 6c4ebff746

View file

@ -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'