zsh 5.0.5

Closes Homebrew/homebrew#25694.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit is contained in:
David Larson 2014-01-06 14:25:40 -08:00 committed by Misty De Meo
parent f6b6e3c5fd
commit 66f970caf7

View file

@ -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'