aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrett Koonce2013-02-08 09:33:51 -0600
committerAdam Vandenberg2013-02-08 09:17:38 -0800
commit77eec8fa0566355d654ec3e10d5a36da03bfd6e9 (patch)
treedc446142b9ec3e26fabf212d7ee85f9c3894a5e7 /Library
parent005323eeb6b8774a7d0c195a51a12ecd38bcc288 (diff)
downloadhomebrew-77eec8fa0566355d654ec3e10d5a36da03bfd6e9.tar.bz2
zsh-completions 0.8.0
Closes #17690. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/zsh-completions.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/zsh-completions.rb b/Library/Formula/zsh-completions.rb
index 27a4affc9..55ca73739 100644
--- a/Library/Formula/zsh-completions.rb
+++ b/Library/Formula/zsh-completions.rb
@@ -2,8 +2,8 @@ require 'formula'
class ZshCompletions < Formula
homepage 'https://github.com/zsh-users/zsh-completions'
- url 'https://github.com/zsh-users/zsh-completions/tarball/0.7.0'
- sha1 '604f4678b29ee1c1a0a0da11a20feef283b64822'
+ url 'https://github.com/zsh-users/zsh-completions/tarball/0.8.0'
+ sha1 '9dd4923aab739077640a340ba9f9f2afd7f0a206'
head 'https://github.com/zsh-users/zsh-completions.git'