From e71bec785e3d4d3e03a8f830296ec5047965125b Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 19 Dec 2021 12:55:47 -0600 Subject: [PATCH] Update libxml to 2.9.12 for Windows binaries --- tools/windeps/Makefile | 2 +- tools/windeps/sha256sums | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/windeps/Makefile b/tools/windeps/Makefile index 47121fd0..13454938 100644 --- a/tools/windeps/Makefile +++ b/tools/windeps/Makefile @@ -10,7 +10,7 @@ # ARCHITECTURES := i686 x86_64 -LIBXML2_VERSION := 2.9.10 +LIBXML2_VERSION := 2.9.12 WINPTHREADS_VERSION := 5.0.3 LIBXML_URL := ftp://xmlsoft.org/libxml2/libxml2-$(LIBXML2_VERSION).tar.gz diff --git a/tools/windeps/sha256sums b/tools/windeps/sha256sums index 06b6cbf6..60566feb 100644 --- a/tools/windeps/sha256sums +++ b/tools/windeps/sha256sums @@ -1,2 +1,2 @@ -aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f libxml2-2.9.10.tar.gz +c8d6681e38c56f172892c85ddc0852e1fd4b53b4209e7f4ebf17f7e2eae71d92 libxml2-2.9.12.tar.gz 2a601db99ef579b9be69c775218ad956a24a09d7dabc9ff6c5bd60da9ccc9cb4 mingw-w64-v5.0.3.tar.bz2 -- 2.43.0