aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/xml-security-c.rb
diff options
context:
space:
mode:
authorMax Howell2011-07-27 10:41:17 +0100
committerMax Howell2011-07-27 10:41:17 +0100
commit14e4db35a87bff0d7fe67e329b7c433ac3a8ed31 (patch)
treeaa10ad6e6a7bebc9d084e9c67288dc6df8a95b46 /Library/Formula/xml-security-c.rb
parent8b5f9b6df6c1b356009ce37360d0e9a3929c9830 (diff)
downloadhomebrew-14e4db35a87bff0d7fe67e329b7c433ac3a8ed31.tar.bz2
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.
Diffstat (limited to 'Library/Formula/xml-security-c.rb')
-rw-r--r--Library/Formula/xml-security-c.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/xml-security-c.rb b/Library/Formula/xml-security-c.rb
index 93dbebdec..1860c800d 100644
--- a/Library/Formula/xml-security-c.rb
+++ b/Library/Formula/xml-security-c.rb
@@ -1,7 +1,7 @@
require 'formula'
class XmlSecurityC < Formula
- url 'http://santuario.apache.org/dist/c-library/xml-security-c-1.5.1.tar.gz'
+ url 'http://www.apache.org/dyn/closer.cgi?path=c-library/xml-security-c-1.5.1.tar.gz'
homepage 'http://santuario.apache.org/'
md5 '2c47c4ec12e8d6abe967aa5e5e99000c'