diff options
| author | Charles-Axel Dein | 2012-09-20 11:46:14 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2012-09-20 20:10:15 -0700 |
| commit | 7dd97a67df0d8ba77a78e72e62f874936d91791f (patch) | |
| tree | 2a22c01bfdb9e669bdfe44422e9f6d9ac8b1dec0 /Library/Formula | |
| parent | 906ad397eb6ddf495dba37222fd31ed2fe47dda9 (diff) | |
| download | homebrew-7dd97a67df0d8ba77a78e72e62f874936d91791f.tar.bz2 | |
zsh-completions 0.7.0
Closes #15018.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/zsh-completions.rb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Library/Formula/zsh-completions.rb b/Library/Formula/zsh-completions.rb index 2477d7d76..27a4affc9 100644 --- a/Library/Formula/zsh-completions.rb +++ b/Library/Formula/zsh-completions.rb @@ -2,11 +2,13 @@ require 'formula' class ZshCompletions < Formula homepage 'https://github.com/zsh-users/zsh-completions' - url 'https://github.com/zsh-users/zsh-completions/tarball/0.5.2' - sha1 'aee4dde26e6b54c2c580380241c4c384b6d4962d' + url 'https://github.com/zsh-users/zsh-completions/tarball/0.7.0' + sha1 '604f4678b29ee1c1a0a0da11a20feef283b64822' + + head 'https://github.com/zsh-users/zsh-completions.git' def install - (share/'zsh-completions').install Dir['_*'] + (share/'zsh-completions').install Dir['src/_*'] end def caveats |
