zsh 5.0.2

Closes Homebrew/homebrew#16710.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Clemens Gruber 2012-12-22 15:45:16 +01:00 committed by Jack Nagel
parent 9bfec6bc68
commit 89be4f5b56
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@ require 'formula'
class Zsh < Formula
homepage 'http://www.zsh.org/'
url 'http://www.zsh.org/pub/zsh-5.0.1.tar.bz2'
mirror 'http://sourceforge.net/projects/zsh/files/zsh/5.0.1/zsh-5.0.1.tar.bz2'
sha1 '0f9c62101aa30c2988d5af82f6fc76a3f21595e3'
url 'http://www.zsh.org/pub/zsh-5.0.2.tar.bz2'
mirror 'http://sourceforge.net/projects/zsh/files/zsh/5.0.2/zsh-5.0.2.tar.bz2'
sha1 '9f55ecaaae7cdc1495f91237ba2ec087777a4ad9'
depends_on 'gdbm'
depends_on 'pcre'