aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-flow.rb
diff options
context:
space:
mode:
authorJack Nagel2013-03-18 14:18:39 -0500
committerJack Nagel2013-03-18 14:18:39 -0500
commitda6aa7f5a62d9e14ba565030b051d14e9d465f57 (patch)
treec2340e6ab023c48341afc44f9dc0a8fbd7d459e6 /Library/Formula/git-flow.rb
parent575170367180c1da89767c1f2eaaf9e46d14677b (diff)
downloadhomebrew-da6aa7f5a62d9e14ba565030b051d14e9d465f57.tar.bz2
git-flow: use archive URL
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 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