git-subtree: fix url and add real head build
This commit is contained in:
parent
963f23b47a
commit
c491218cf6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue