diff options
| author | Adam Vandenberg | 2013-06-04 16:51:43 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-04 16:51:43 -0700 |
| commit | 3e78e11ba3955d39cfd42e9ed6431899b4656f9e (patch) | |
| tree | 4eb8a8f93f1491272c53ca5e9195f36a77fe93a4 /Library/Formula | |
| parent | e14603911bea6479add6c01db527e96fd1831c99 (diff) | |
| download | homebrew-3e78e11ba3955d39cfd42e9ed6431899b4656f9e.tar.bz2 | |
git-flow-avh 1.5.3
Closes #20273.
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 71a401612..26240c1ef 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.2.tar.gz' - sha1 'd344814a63bab81e4f713f133c2de0acff0cf726' + url 'https://github.com/petervanderdoes/gitflow/archive/1.5.3.tar.gz' + sha1 '061dea5da1fb2c84a790be3563f08c043fb96f6e' head 'https://github.com/petervanderdoes/gitflow.git', :branch => 'develop' |
