diff options
author | Bradley Sepos <[email protected]> | 2017-07-23 06:48:11 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2017-07-23 06:52:45 -0400 |
commit | 435d7a6b42fee812d6498d88984c23a8ab25a979 (patch) | |
tree | 3a74b6702ea8447cc09ce84db38fd11687fd346a /contrib/libxml2/module.defs | |
parent | 6f7581a3d24703d25aa7815d18fb15f92dbee7af (diff) |
contrib: Use https mirror for libxml2.
Diffstat (limited to 'contrib/libxml2/module.defs')
-rw-r--r-- | contrib/libxml2/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libxml2/module.defs b/contrib/libxml2/module.defs index 8984aee08..e4f1755b8 100644 --- a/contrib/libxml2/module.defs +++ b/contrib/libxml2/module.defs @@ -3,7 +3,7 @@ $(eval $(call import.MODULE.defs,LIBXML2,libxml2,$(__deps__))) $(eval $(call import.CONTRIB.defs,LIBXML2)) LIBXML2.FETCH.url = https://download.handbrake.fr/handbrake/contrib/libxml2-2.9.4.tar.gz -LIBXML2.FETCH.url += ftp://xmlsoft.org/libxml2/libxml2-2.9.4.tar.gz +LIBXML2.FETCH.url += https://download.videolan.org/pub/contrib/libxml2/libxml2-2.9.4.tar.gz LIBXML2.FETCH.sha256 = ffb911191e509b966deb55de705387f14156e1a56b21824357cdf0053233633c # The Python components do not build on MinGW due to the lack of a select() call |