mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-16 10:14:40 +00:00
Makefile: Turn xmlts.zip download to https
This commit is contained in:
parent
ef4ab16d9a
commit
afcd79a4b3
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ run-benchmark: tests/benchmark/benchmark
|
|||
|
||||
tests/xmlts.zip:
|
||||
wget --output-document=tests/xmlts.zip \
|
||||
http://www.w3.org/XML/Test/xmlts20080827.zip
|
||||
https://www.w3.org/XML/Test/xmlts20080827.zip
|
||||
|
||||
tests/xmlconf: tests/xmlts.zip
|
||||
cd tests && unzip -q xmlts.zip
|
||||
|
|
Loading…
Add table
Reference in a new issue