zsh 5.0.4

Closes Homebrew/homebrew#25376.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Barry Allard 2013-12-21 03:10:10 -08:00 committed by Mike McQuaid
parent e8950ae6fb
commit f96a243d81

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.3.tar.bz2'
mirror 'http://www.zsh.org/pub/zsh-5.0.3.tar.bz2'
sha1 'b7a80d2cdb83a871d869cfdf487bda8a18e01ef7'
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'
depends_on 'gdbm'
depends_on 'pcre'