aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-flow.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-01 06:57:32 -0800
committerAdam Vandenberg2012-03-01 06:57:40 -0800
commitace9e4a0a721446ce7b5ce26291440ceeb4602c7 (patch)
treefbab8fdbb10f816a0e6a57a609dd5a7bac11a463 /Library/Formula/git-flow.rb
parent6bd2df763eee4bf649608d93645db28a17220384 (diff)
downloadhomebrew-ace9e4a0a721446ce7b5ce26291440ceeb4602c7.tar.bz2
git-flow: use tarball for bash completion
Diffstat (limited to 'Library/Formula/git-flow.rb')
-rw-r--r--Library/Formula/git-flow.rb13
1 files changed, 4 insertions, 9 deletions
diff --git a/Library/Formula/git-flow.rb b/Library/Formula/git-flow.rb
index d69e86bc2..b4536bed5 100644
--- a/Library/Formula/git-flow.rb
+++ b/Library/Formula/git-flow.rb
@@ -2,21 +2,16 @@ require 'formula'
class GitFlowCompletion < Formula
homepage 'https://github.com/bobthecow/git-flow-completion'
- url 'https://github.com/bobthecow/git-flow-completion.git', :tag => '0.4.1.0'
- version '0.4.1.0'
+ url 'https://github.com/bobthecow/git-flow-completion/tarball/0.4.1.0'
+ md5 '95c05d1a278c1c41067bd7cc6c281ecd'
head 'https://github.com/bobthecow/git-flow-completion.git', :branch => 'develop'
-
- def initialize
- # We need to hard-code the formula name since Homebrew can't
- # deduce it from the formula's filename, and the git download
- # strategy really needs a valid name.
- super "git-flow-completion"
- end
end
class GitFlow < Formula
homepage 'https://github.com/nvie/gitflow'
+
+ # Use the tag instead of the tarball to get the submodule
url 'https://github.com/nvie/gitflow.git', :tag => '0.4.1'
version '0.4.1'