diff options
| author | Peter van der Does | 2013-11-16 19:22:07 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-16 16:33:34 -0800 |
| commit | 092672a59270c17cde43ae1849d6e710eff54db0 (patch) | |
| tree | f1e14847979f2b5535a4cc529fe66d49e7388bbb /Library/Formula | |
| parent | ce884590fd012e24a77054e50b2bed8a33843008 (diff) | |
| download | homebrew-092672a59270c17cde43ae1849d6e710eff54db0.tar.bz2 | |
git-flow-avh 1.7.0
Closes #24386.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 9ea90bbe2..78d95a359 100644 --- a/Library/Formula/git-flow-avh.rb +++ b/Library/Formula/git-flow-avh.rb @@ -2,8 +2,8 @@ require 'formula' class GitFlowAvh < Formula homepage 'https://github.com/petervanderdoes/gitflow' - url 'https://github.com/petervanderdoes/gitflow/archive/1.6.1.tar.gz' - sha1 '15c76911026fa648356d24bf53a1875ebb729857' + url 'https://github.com/petervanderdoes/gitflow/archive/1.7.0.tar.gz' + sha1 '666b01444de2e1b628f83fe1c8b5481b24156502' head do url 'https://github.com/petervanderdoes/gitflow.git', :branch => 'develop' |
