From 6b084eeaa94f87315fb65b223f96da31f5911d3c Mon Sep 17 00:00:00 2001 From: John Haddon Date: Thu, 23 Apr 2020 11:06:33 +0100 Subject: [PATCH] Xerces : Fix download link They have the constantly-breaking-the-internet policy of removing the previous download links as soon as they release a new patch version. All versions are available from `archive.apache.org` though, so that's where we go. --- Xerces/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xerces/config.py b/Xerces/config.py index 19c516b4e9..f5e15d8710 100644 --- a/Xerces/config.py +++ b/Xerces/config.py @@ -2,7 +2,7 @@ "downloads" : [ - "http://apache.mirror.anlx.net//xerces/c/3/sources/xerces-c-3.2.2.tar.gz" + "https://archive.apache.org/dist/xerces/c/3/sources/xerces-c-3.2.2.tar.gz", ],