aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-flow-avh.rb
diff options
context:
space:
mode:
authorPeter van der Does2013-02-25 14:27:47 -0500
committerJack Nagel2013-02-26 17:30:33 -0600
commit2ea0f6df546864f17368c7b22699e7eeb8700223 (patch)
tree2e92907224b753811a03389e8f133c6ab0fc7818 /Library/Formula/git-flow-avh.rb
parent317c9288e5a07ac901b08df67050dbbcbddc15cb (diff)
downloadhomebrew-2ea0f6df546864f17368c7b22699e7eeb8700223.tar.bz2
git-flow-avh 1.5.0
Closes #18084. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/git-flow-avh.rb')
-rw-r--r--Library/Formula/git-flow-avh.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/git-flow-avh.rb b/Library/Formula/git-flow-avh.rb
index eb6961fae..c822119c6 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.4.2.tar.gz'
- sha1 '8ea7ac31e062ff01de6203d30de9fc049891589e'
+ url 'https://github.com/petervanderdoes/gitflow/archive/1.5.0.tar.gz'
+ sha1 '3a9ac53606ab3306da53cba2abe9779b778dd8e0'
head 'https://github.com/petervanderdoes/gitflow.git', :branch => 'develop'