diff options
| author | Peter van der Does | 2013-08-12 22:24:43 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-13 06:33:38 -0700 |
| commit | af6f6d78dd7d6a565fe3eb4e9463fa88007175bd (patch) | |
| tree | 6d6e80b3edbb12a1cc316ac2520974d707d2203e /Library/Formula/git-flow-avh.rb | |
| parent | f0e632932e416f0b16294b74acf1e72b49f64686 (diff) | |
| download | homebrew-af6f6d78dd7d6a565fe3eb4e9463fa88007175bd.tar.bz2 | |
git-flow-avh 1.6.1
Closes #21855.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/git-flow-avh.rb')
| -rw-r--r-- | Library/Formula/git-flow-avh.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/git-flow-avh.rb b/Library/Formula/git-flow-avh.rb index 740840f0d..e2bdfe19d 100644 --- a/Library/Formula/git-flow-avh.rb +++ b/Library/Formula/git-flow-avh.rb @@ -10,8 +10,8 @@ end class GitFlowAvh < Formula homepage 'https://github.com/petervanderdoes/gitflow' - url 'https://github.com/petervanderdoes/gitflow/archive/1.6.0.tar.gz' - sha1 '1ca7f88f5733a7ad927f7679204c5381f0f1ba33' + url 'https://github.com/petervanderdoes/gitflow/archive/1.6.1.tar.gz' + sha1 '15c76911026fa648356d24bf53a1875ebb729857' head 'https://github.com/petervanderdoes/gitflow.git', :branch => 'develop' |
