From 4d5b45543a12bf1897d0dae21e476e429c8447db Mon Sep 17 00:00:00 2001 From: Corey Quinn Date: Mon, 16 Dec 2013 11:45:58 -0800 Subject: zsh: use faster mirror Use the mirror first; official download is slow. Closes #25265. Signed-off-by: Adam Vandenberg --- Library/Formula/zsh.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library/Formula') 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' -- cgit v1.2.3