From 7dd97a67df0d8ba77a78e72e62f874936d91791f Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein Date: Thu, 20 Sep 2012 11:46:14 +0200 Subject: zsh-completions 0.7.0 Closes #15018. Signed-off-by: Adam Vandenberg --- Library/Formula/zsh-completions.rb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3