diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/zsh.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/zsh.rb b/Library/Formula/zsh.rb index 5be7e0589..fa8e92bec 100644 --- a/Library/Formula/zsh.rb +++ b/Library/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.0.tar.bz2' - mirror 'http://sourceforge.net/projects/zsh/files/zsh/5.0.0/zsh-5.0.0.tar.bz2' - sha1 '692669243433c55384a54b397a1cc926e582e9f2' + 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' depends_on 'gdbm' depends_on 'pcre' |
