xerces-c: Fix url (#5597)

The main location only carries the latest release, while all previous
(and current) ones are available at the archive location.
This commit is contained in:
Michael Kuhn 2017-10-04 18:25:31 +02:00 committed by Christoph Junghans
parent a8bf49b4a1
commit 1d8b77b600

View File

@ -33,7 +33,7 @@ class XercesC(AutotoolsPackage):
APIs.""" APIs."""
homepage = "https://xerces.apache.org/xerces-c" homepage = "https://xerces.apache.org/xerces-c"
url = "https://www.apache.org/dist/xerces/c/3/sources/xerces-c-3.1.4.tar.bz2" url = "https://archive.apache.org/dist/xerces/c/3/sources/xerces-c-3.1.4.tar.bz2"
version('3.1.4', 'd04ae9d8b2dee2157c6db95fa908abfd') version('3.1.4', 'd04ae9d8b2dee2157c6db95fa908abfd')