aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorCorey Quinn2013-12-16 11:45:58 -0800
committerAdam Vandenberg2013-12-16 20:00:05 -0800
commit4d5b45543a12bf1897d0dae21e476e429c8447db (patch)
tree6e2f0c894fcdd8ff5352af2cf775da4c3a1d4b2a /Library
parent9fac4d4ea6cb6b8fb16e46b9c1e1fdfc42df84bc (diff)
downloadhomebrew-4d5b45543a12bf1897d0dae21e476e429c8447db.tar.bz2
zsh: use faster mirror
Use the mirror first; official download is slow. Closes #25265. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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'