Skip to content

Commit

Permalink
zsh 5.0.2
Browse files Browse the repository at this point in the history
Closes Homebrew#16710.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
clemensg authored and jacknagel committed Dec 22, 2012
1 parent 7c494c8 commit 088bb89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Formula/zsh.rb
Expand Up @@ -2,9 +2,9 @@

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'
Expand Down

0 comments on commit 088bb89

Please sign in to comment.