diff options
| author | Morgan Estes | 2013-10-02 16:46:56 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-10-09 07:09:04 -0700 |
| commit | 234192edafe2a2a4fc492252010f133b920e0cfa (patch) | |
| tree | f7a1b792b32c9de29c343f1520140c43d846598a | |
| parent | 4781bceadd616eedd40d0b0574756583b0a40d14 (diff) | |
| download | homebrew-234192edafe2a2a4fc492252010f133b920e0cfa.tar.bz2 | |
git-multipush 2.4rc2 / HEAD
Closes #23005.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/git-multipush.rb | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Library/Formula/git-multipush.rb b/Library/Formula/git-multipush.rb index 4ade1e502..893bcc3d7 100644 --- a/Library/Formula/git-multipush.rb +++ b/Library/Formula/git-multipush.rb @@ -5,11 +5,16 @@ class GitMultipush < Formula url 'http://git-multipush.googlecode.com/files/git-multipush-2.3.tar.bz2' sha1 'a53f171af5e794afe9b1de6ccd9bd0661db6fd91' - head do - url 'https://github.com/gavinbeatty/git-multipush.git' - depends_on 'asciidoc' => :build + devel do + url 'https://github.com/gavinbeatty/git-multipush/archive/git-multipush-v2.4.rc2.tar.gz' + sha1 '7179bc729a1dee76a76e3c91935f524911037313' + version '2.4-rc2' end + head 'https://github.com/gavinbeatty/git-multipush.git' + + depends_on 'asciidoc' => :build + def install if build.head? ENV['GIT_DIR'] = cached_download/'.git' |
