diff options
author | Viktor Szakats <commit@vszakats.net> | 2019-09-02 20:40:09 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2019-09-07 04:22:54 (GMT) |
commit | 0891088495b8302722b31d1d6916f64c46e53c0c (patch) | |
tree | 6a12f1b7556a6672c2e4057bcd8e0c0c4d75a790 /src/libxml2.mk | |
parent | 552899063bae97245cc4d5a6063edf939089532b (diff) | |
download | mxe-0891088495b8302722b31d1d6916f64c46e53c0c.zip mxe-0891088495b8302722b31d1d6916f64c46e53c0c.tar.gz mxe-0891088495b8302722b31d1d6916f64c46e53c0c.tar.bz2 |
secure/fix/update URLs
Diffstat (limited to 'src/libxml2.mk')
-rw-r--r-- | src/libxml2.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libxml2.mk b/src/libxml2.mk index 7e79bbe..d359e19 100644 --- a/src/libxml2.mk +++ b/src/libxml2.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := libxml2 -$(PKG)_WEBSITE := http://www.xmlsoft.org/ +$(PKG)_WEBSITE := http://xmlsoft.org/ $(PKG)_IGNORE := $(PKG)_VERSION := 2.9.9 $(PKG)_CHECKSUM := 94fb70890143e3c6549f265cee93ec064c80a84c42ad0f23e85ee1fd6540a871 |