diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/zsh.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/zsh.rb b/Library/Formula/zsh.rb index 64966ccd9..5be7e0589 100644 --- a/Library/Formula/zsh.rb +++ b/Library/Formula/zsh.rb @@ -3,6 +3,7 @@ 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' depends_on 'gdbm' |
