xerces-c: update to 3.1.3 (#811)
The 3.1.2 tarball seems to have gone missing. Also switch to using bz2 rather than gz to reduce the download size.
This commit is contained in:
parent
a0989ad672
commit
5c4bb69af9
@ -24,8 +24,8 @@ class XercesC(Package):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
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.2.tar.gz"
|
url = "https://www.apache.org/dist/xerces/c/3/sources/xerces-c-3.1.3.tar.bz2"
|
||||||
version('3.1.2', '9eb1048939e88d6a7232c67569b23985')
|
version('3.1.3', '5e333b55cb43e6b025ddf0e5d0f0fb0d')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
configure("--prefix=%s" % prefix,
|
configure("--prefix=%s" % prefix,
|
||||||
|
Loading…
Reference in New Issue
Block a user