From 66f970caf79698bc45979ec0364821ceeaf6e07e Mon Sep 17 00:00:00 2001 From: David Larson Date: Mon, 6 Jan 2014 14:25:40 -0800 Subject: [PATCH] zsh 5.0.5 Closes Homebrew/homebrew#25694. Signed-off-by: Misty De Meo --- Formula/zsh.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/zsh.rb b/Formula/zsh.rb index b439a2da94..bbe7492377 100644 --- a/Formula/zsh.rb +++ b/Formula/zsh.rb @@ -2,9 +2,9 @@ require 'formula' class Zsh < Formula homepage 'http://www.zsh.org/' - url 'http://fossies.org/linux/misc/zsh-5.0.4.tar.bz2' - mirror 'http://www.zsh.org/pub/zsh-5.0.4.tar.bz2' - sha1 '9c52044531a7ffa6d299bffd8610399e4a000266' + url 'http://fossies.org/linux/misc/zsh-5.0.5.tar.bz2' + mirror 'http://www.zsh.org/pub/zsh-5.0.5.tar.bz2' + sha1 '75426146bce45ee176d9d50b32f1ced78418ae16' depends_on 'gdbm' depends_on 'pcre'