diff options
| author | Peter van der Does | 2013-08-11 19:45:47 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-11 19:10:29 -0700 |
| commit | 5065e096c9f80349bc5cd5147a4bcdd3079b220e (patch) | |
| tree | f4e8daa484d92fd8ed498c5d20c853441469113c /Library/Formula/git-flow-avh.rb | |
| parent | d9a7d0efcc01745d721526b28319265d193084c9 (diff) | |
| download | homebrew-5065e096c9f80349bc5cd5147a4bcdd3079b220e.tar.bz2 | |
git-flow-avh 1.6.0
Closes #21830.
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 26240c1ef..740840f0d 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.5.3.tar.gz' - sha1 '061dea5da1fb2c84a790be3563f08c043fb96f6e' + url 'https://github.com/petervanderdoes/gitflow/archive/1.6.0.tar.gz' + sha1 '1ca7f88f5733a7ad927f7679204c5381f0f1ba33' head 'https://github.com/petervanderdoes/gitflow.git', :branch => 'develop' |
