aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 31cd46bd0..cad6bf5d9 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.2'
- sha1 '49316a92b667bc28fb9449824a4384a511861924'
+ url 'https://github.com/bobthecow/git-flow-completion/archive/0.4.2.tar.gz'
+ sha1 '5e311225fccc22e22c7f00abf8989c853bd2b48b'
head 'https://github.com/bobthecow/git-flow-completion.git', :branch => 'develop'
end