From 14e4db35a87bff0d7fe67e329b7c433ac3a8ed31 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 27 Jul 2011 10:41:17 +0100 Subject: Use Apache’s closer.cgi where appropriate Some of these were pointing at archive.apache.org. Now they aren’t, I investigated for good rationale for using the archive before altering it. mod_python still uses archive.apache.org as that is the only place it exists that I could find. jsvc *now* uses apache.archive.org as the formula was otherwise broken and the binary tarball it needs no longer exists on the main mirrors.--- Library/Formula/zookeeper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/zookeeper.rb') diff --git a/Library/Formula/zookeeper.rb b/Library/Formula/zookeeper.rb index 956eb98f6..cf43c3c5d 100644 --- a/Library/Formula/zookeeper.rb +++ b/Library/Formula/zookeeper.rb @@ -1,7 +1,7 @@ require 'formula' class Zookeeper < Formula - url 'http://www.alliedquotes.com/mirrors/apache/zookeeper/zookeeper-3.3.3/zookeeper-3.3.3.tar.gz' + url 'http://www.apache.org/dyn/closer.cgi?path=zookeeper/zookeeper-3.3.3/zookeeper-3.3.3.tar.gz' head 'http://svn.apache.org/repos/asf/zookeeper/trunk' homepage 'http://zookeeper.apache.org/' md5 'aa4129c6eebb50dbd6b640c9c3aa21f0' -- cgit v1.2.3