From 89be4f5b560b30b59247b7d300982e1181b9d957 Mon Sep 17 00:00:00 2001 From: Clemens Gruber Date: Sat, 22 Dec 2012 15:45:16 +0100 Subject: [PATCH] zsh 5.0.2 Closes Homebrew/homebrew#16710. Signed-off-by: Jack Nagel --- Formula/zsh.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/zsh.rb b/Formula/zsh.rb index fa8e92bec4f..f59e0c254e4 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://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'