aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/zsh.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/zsh.rb b/Library/Formula/zsh.rb
index 1187d6c6a..07847103d 100644
--- a/Library/Formula/zsh.rb
+++ b/Library/Formula/zsh.rb
@@ -2,7 +2,8 @@ require 'formula'
class Zsh < Formula
homepage 'http://www.zsh.org/'
- url 'http://www.zsh.org/pub/zsh-5.0.3.tar.bz2'
+ url 'http://fossies.org/linux/misc/zsh-5.0.3.tar.bz2'
+ mirror 'http://www.zsh.org/pub/zsh-5.0.3.tar.bz2'
sha1 'b7a80d2cdb83a871d869cfdf487bda8a18e01ef7'
depends_on 'gdbm'