diff options
| author | Sander Bouwhuis | 2013-10-01 12:03:49 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2013-10-01 11:21:49 +0100 |
| commit | 2b00e1ebf7d04fd906a46780dcdd3bcc5a71b09e (patch) | |
| tree | fb353bea9e4dba256b88d3f8928d5075916fe3f5 | |
| parent | 329fb40f8b687332be7e9d256e27a08636e093ba (diff) | |
| download | homebrew-2b00e1ebf7d04fd906a46780dcdd3bcc5a71b09e.tar.bz2 | |
hubflow 1.5.2
Closes #22962.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/hubflow.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/hubflow.rb b/Library/Formula/hubflow.rb index 617186f2c..c076c993e 100644 --- a/Library/Formula/hubflow.rb +++ b/Library/Formula/hubflow.rb @@ -3,7 +3,7 @@ require 'formula' # Note: pull from git tag to get submodules class Hubflow < Formula homepage 'http://datasift.github.io/gitflow/' - url 'https://github.com/datasift/gitflow.git', :tag => '1.5.1' + url 'https://github.com/datasift/gitflow.git', :tag => '1.5.2' def install ENV['INSTALL_INTO'] = libexec |
