diff options
| author | Adam Vandenberg | 2011-01-12 09:32:26 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-01-12 09:33:34 -0800 |
| commit | 326bb1159fcaa8cfce0070127926f73b6103924d (patch) | |
| tree | 669c05026a59883700ae35a95ac6733609b945cf | |
| parent | 0af0eebbb5229a8313cc7929d716deb1ace5e4f9 (diff) | |
| download | homebrew-326bb1159fcaa8cfce0070127926f73b6103924d.tar.bz2 | |
git-subtree: fix url and add real head build
| -rw-r--r-- | Library/Formula/git-subtree.rb | 4 |
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 [ |
