fix libxml2 url (#13770)

http to https
This commit is contained in:
albestro 2019-11-18 18:58:16 +01:00 committed by Axel Huebl
parent e5b3202352
commit e0746a2a07

View File

@ -34,7 +34,7 @@ class Libxml2(AutotoolsPackage):
# XML Conformance Test Suites
# See http://www.w3.org/XML/Test/ for information
resource(name='xmlts', url='http://www.w3.org/XML/Test/xmlts20080827.tar.gz',
resource(name='xmlts', url='https://www.w3.org/XML/Test/xmlts20080827.tar.gz',
sha256='96151685cec997e1f9f3387e3626d61e6284d4d6e66e0e440c209286c03e9cc7')
@property