aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorSander Bouwhuis2013-10-01 12:03:49 +0200
committerMike McQuaid2013-10-01 11:21:49 +0100
commit2b00e1ebf7d04fd906a46780dcdd3bcc5a71b09e (patch)
treefb353bea9e4dba256b88d3f8928d5075916fe3f5 /Library
parent329fb40f8b687332be7e9d256e27a08636e093ba (diff)
downloadhomebrew-2b00e1ebf7d04fd906a46780dcdd3bcc5a71b09e.tar.bz2
hubflow 1.5.2
Closes #22962. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/hubflow.rb2
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