aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-flow.rb
diff options
context:
space:
mode:
authorJustin Hileman2013-06-25 09:29:37 -0700
committerAdam Vandenberg2013-06-25 09:39:48 -0700
commit348c231c3d82c047f16639b4ec53c4a3141ae54f (patch)
tree2f60802eb8b49779383dcef8c223f3e88c54bcef /Library/Formula/git-flow.rb
parent35b020be031660afdd601467acf50abb099e3919 (diff)
downloadhomebrew-348c231c3d82c047f16639b4ec53c4a3141ae54f.tar.bz2
git-flow-completion 0.4.2.2
Closes #20775. 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 e35cd2195..e5194109d 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/archive/0.4.2.tar.gz'
- sha1 '5e311225fccc22e22c7f00abf8989c853bd2b48b'
+ url 'https://github.com/bobthecow/git-flow-completion/archive/0.4.2.2.tar.gz'
+ sha1 'd6a041b22ebdfad40efd3dedafd84c020d3f4cb4'
head 'https://github.com/bobthecow/git-flow-completion.git', :branch => 'develop'
end