diff options
| author | Mike McQuaid | 2014-03-06 21:15:30 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-03-08 00:54:35 +0000 | 
| commit | fc89145924ff35f27d6b194e857062c36403e2a5 (patch) | |
| tree | 6295c535b5238e4f8a1ef0b16de30f62c82dc803 /Library/Formula/emacs-clang-complete-async.rb | |
| parent | 5eb27195f9b8d3c4cee2e4323ed633c9701e9013 (diff) | |
| download | homebrew-fc89145924ff35f27d6b194e857062c36403e2a5.tar.bz2 | |
formulae: don't use GitHub zip files.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/emacs-clang-complete-async.rb')
| -rw-r--r-- | Library/Formula/emacs-clang-complete-async.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/emacs-clang-complete-async.rb b/Library/Formula/emacs-clang-complete-async.rb index 2bbb0d117..83ea6a774 100644 --- a/Library/Formula/emacs-clang-complete-async.rb +++ b/Library/Formula/emacs-clang-complete-async.rb @@ -2,8 +2,8 @@ require 'formula'  class EmacsClangCompleteAsync < Formula    homepage 'https://github.com/Golevka/emacs-clang-complete-async' -  url 'https://github.com/Golevka/emacs-clang-complete-async/archive/v0.5.zip' -  sha1 'a95ad0d2336548a41049358cac4c1dfb29561349' +  url 'https://github.com/Golevka/emacs-clang-complete-async/archive/v0.5.tar.gz' +  sha1 '7f50d3029fedee5ef9306afdac547571928a16b4'    head 'https://github.com/Golevka/emacs-clang-complete-async.git' | 
