aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-flow.rb
diff options
context:
space:
mode:
authorBrett Koonce2012-12-15 09:41:43 -0600
committerAdam Vandenberg2012-12-15 10:01:03 -0800
commit4f9b8c0d572a3c69aed56cd5096b0dc23a4c7495 (patch)
tree59cbec1bf9d50210571b765d115ddfd25643c1c6 /Library/Formula/git-flow.rb
parentc92a6a161a224a282232a1470789ab34a3297b16 (diff)
downloadhomebrew-4f9b8c0d572a3c69aed56cd5096b0dc23a4c7495.tar.bz2
git-flow-completion 0.4.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/git-flow.rb')
-rw-r--r--Library/Formula/git-flow.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/git-flow.rb b/Library/Formula/git-flow.rb
index b34bac177..2be090a4a 100644
--- a/Library/Formula/git-flow.rb
+++ b/Library/Formula/git-flow.rb
@@ -2,8 +2,8 @@ require 'formula'
class GitFlowCompletion < Formula
homepage 'https://github.com/bobthecow/git-flow-completion'
- url 'https://github.com/bobthecow/git-flow-completion/tarball/0.4.1.0'
- sha1 'c3d09e9d9e6a268d0587e31d30d6a20ca8c36800'
+ url 'https://github.com/bobthecow/git-flow-completion/tarball/0.4.2'
+ sha1 '49316a92b667bc28fb9449824a4384a511861924'
head 'https://github.com/bobthecow/git-flow-completion.git', :branch => 'develop'
end