zsh 5.0.4
Closes Homebrew/homebrew#25376. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
e8950ae6fb
commit
f96a243d81
1 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue