diff options
| author | Andrew Smith | 2013-03-18 22:46:13 +1000 |
|---|---|---|
| committer | Jack Nagel | 2013-03-18 13:39:27 -0500 |
| commit | 6c51756fe13b90ebae948d14710ac0d8f2064e96 (patch) | |
| tree | 2f9cafe5d69ee8d55ef5ea9dfc3843f600f0f446 /Library/Formula/git-flow-avh.rb | |
| parent | b95c11a8ec8dff9cb30791b704d0dc4692078a06 (diff) | |
| download | homebrew-6c51756fe13b90ebae948d14710ac0d8f2064e96.tar.bz2 | |
Fix incorrect update to git-flow-avh 1.5.1
Closes #18559.
Closes #18564.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/git-flow-avh.rb')
| -rw-r--r-- | Library/Formula/git-flow-avh.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/git-flow-avh.rb b/Library/Formula/git-flow-avh.rb index d74b993e1..52ad1f915 100644 --- a/Library/Formula/git-flow-avh.rb +++ b/Library/Formula/git-flow-avh.rb @@ -2,16 +2,16 @@ require 'formula' class GitFlowAvhCompletion < Formula homepage 'https://github.com/petervanderdoes/git-flow-completion' - url 'https://github.com/petervanderdoes/gitflow/archive/1.5.1.tar.gz' - sha1 'bb984d36ce1c89fc07877d9a3ebd3540633efd9a' + url 'https://github.com/petervanderdoes/git-flow-completion/tarball/0.4.2' + sha1 '0a36ae6fda83b6ba0251f4eea3a957f94f5467b7' head 'https://github.com/petervanderdoes/git-flow-completion.git', :branch => 'develop' end class GitFlowAvh < Formula homepage 'https://github.com/petervanderdoes/gitflow' - url 'https://github.com/petervanderdoes/gitflow/archive/1.5.0.tar.gz' - sha1 '3a9ac53606ab3306da53cba2abe9779b778dd8e0' + url 'https://github.com/petervanderdoes/gitflow/archive/1.5.1.tar.gz' + sha1 'bb984d36ce1c89fc07877d9a3ebd3540633efd9a' head 'https://github.com/petervanderdoes/gitflow.git', :branch => 'develop' |
