diff options
Diffstat (limited to 'Library/Formula/zsh.rb')
| -rw-r--r-- | Library/Formula/zsh.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/zsh.rb b/Library/Formula/zsh.rb index 70d0f253d..7319d9790 100644 --- a/Library/Formula/zsh.rb +++ b/Library/Formula/zsh.rb @@ -3,7 +3,7 @@ require 'formula' class Zsh < Formula homepage 'http://www.zsh.org/' 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' + mirror 'http://downloads.sourceforge.net/project/zsh/zsh/5.0.2/zsh-5.0.2.tar.bz2' sha1 '9f55ecaaae7cdc1495f91237ba2ec087777a4ad9' depends_on 'gdbm' |
