aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorPeter van der Does2013-03-15 13:30:40 -0400
committerAdam Vandenberg2013-03-15 13:03:52 -0700
commit7494d7fec2eadba2c4887c4b48b216f18695afbd (patch)
tree9f9f84b989c57bcec8a7216fef98fb194fe8f5be /Library
parent4b2793bdbe9ec4e4ff771aa48befd8a5a332f89d (diff)
downloadhomebrew-7494d7fec2eadba2c4887c4b48b216f18695afbd.tar.bz2
git-flow-avh 1.5.1
Closes #18505. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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 7a9496c22..d74b993e1 100644
--- a/Library/Formula/git-flow-avh.rb
+++ b/Library/Formula/git-flow-avh.rb
@@ -2,8 +2,8 @@ require 'formula'
class GitFlowAvhCompletion < Formula
homepage 'https://github.com/petervanderdoes/git-flow-completion'
- url 'https://github.com/petervanderdoes/git-flow-completion/tarball/0.4.2'
- sha1 '0a36ae6fda83b6ba0251f4eea3a957f94f5467b7'
+ url 'https://github.com/petervanderdoes/gitflow/archive/1.5.1.tar.gz'
+ sha1 'bb984d36ce1c89fc07877d9a3ebd3540633efd9a'
head 'https://github.com/petervanderdoes/git-flow-completion.git', :branch => 'develop'
end