aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrett Koonce2013-06-14 13:37:38 -0500
committerAdam Vandenberg2013-06-14 11:39:37 -0700
commit37f5647ad6a477b42edc1b6df47e62a4208ebc84 (patch)
tree8174ffa0a684ac0447846cea3facec38c7ccb03b /Library
parentc4502b9fa304fc62438bea73131cc08f4532ed19 (diff)
downloadhomebrew-37f5647ad6a477b42edc1b6df47e62a4208ebc84.tar.bz2
zsh-completions 0.9.0
Closes #20506. 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 09f1ae656..521d01f3f 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/archive/0.8.0.tar.gz'
- sha1 'd1884c307775a1e0621be0fb7c443f1cf5f260b9'
+ url 'https://github.com/zsh-users/zsh-completions/archive/0.9.0.tar.gz'
+ sha1 '07724e3e8300373443b2b21b6835821a7ce4c4ac'
head 'https://github.com/zsh-users/zsh-completions.git'