From b57bc0edb4c6cc39aaeea424f503c0a70a62ff42 Mon Sep 17 00:00:00 2001 From: Naidis Date: Mon, 8 Feb 2016 06:22:02 +0900 Subject: [PATCH] zsh-completions 0.14.0 Closes Homebrew/homebrew#48958. Signed-off-by: Dominyk Tiller --- Formula/zsh-completions.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/zsh-completions.rb b/Formula/zsh-completions.rb index 67ddc7e972..0401eb415a 100644 --- a/Formula/zsh-completions.rb +++ b/Formula/zsh-completions.rb @@ -1,8 +1,8 @@ class ZshCompletions < Formula desc "Additional completion definitions for zsh" homepage "https://github.com/zsh-users/zsh-completions" - url "https://github.com/zsh-users/zsh-completions/archive/0.12.0.tar.gz" - sha256 "770d92749b11b22192595b207208508f8bfa319d5d03210a71bc44c8b9cfa0d5" + url "https://github.com/zsh-users/zsh-completions/archive/0.14.0.tar.gz" + sha256 "54e4f5aad66acd729c46f589dc0b9f2a518b453892e4c21e495f33bb959c7eef" head "https://github.com/zsh-users/zsh-completions.git"