diff options
| author | Jack Nagel | 2013-03-18 14:18:32 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-03-18 14:18:32 -0500 |
| commit | 575170367180c1da89767c1f2eaaf9e46d14677b (patch) | |
| tree | 9e1005f8ec94225d2c0e81d100d8d151c802868e /Library | |
| parent | f0dcbf3b8cc6416a22c76f072be79c858456437e (diff) | |
| download | homebrew-575170367180c1da89767c1f2eaaf9e46d14677b.tar.bz2 | |
git-flow-avh: use archive URL
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/git-flow-avh.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/git-flow-avh.rb b/Library/Formula/git-flow-avh.rb index 52ad1f915..db26af9f8 100644 --- a/Library/Formula/git-flow-avh.rb +++ b/Library/Formula/git-flow-avh.rb @@ -2,8 +2,8 @@ require 'formula' class GitFlowAvhCompletion < Formula homepage 'https://github.com/petervanderdoes/git-flow-completion' - url 'https://github.com/petervanderdoes/git-flow-completion/tarball/0.4.2' - sha1 '0a36ae6fda83b6ba0251f4eea3a957f94f5467b7' + url 'https://github.com/petervanderdoes/git-flow-completion/archive/0.4.2.tar.gz' + sha1 '5e311225fccc22e22c7f00abf8989c853bd2b48b' head 'https://github.com/petervanderdoes/git-flow-completion.git', :branch => 'develop' end |
