aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2011-01-12 09:32:26 -0800
committerAdam Vandenberg2011-01-12 09:33:34 -0800
commit326bb1159fcaa8cfce0070127926f73b6103924d (patch)
tree669c05026a59883700ae35a95ac6733609b945cf
parent0af0eebbb5229a8313cc7929d716deb1ace5e4f9 (diff)
downloadhomebrew-326bb1159fcaa8cfce0070127926f73b6103924d.tar.bz2
git-subtree: fix url and add real head build
-rw-r--r--Library/Formula/git-subtree.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/git-subtree.rb b/Library/Formula/git-subtree.rb
index 7c8feaf97..8cf5bd3cd 100644
--- a/Library/Formula/git-subtree.rb
+++ b/Library/Formula/git-subtree.rb
@@ -2,8 +2,8 @@ require 'formula'
class GitSubtree <Formula
homepage 'https://github.com/apenwarr/git-subtree'
- head 'git://github.com/apenwarr/git-subtree.git',
- :tag => 'v0.3'
+ url 'https://github.com/apenwarr/git-subtree/zipball/v0.3'
+ head 'git://github.com/apenwarr/git-subtree.git'
def options
[