From 1e99a9de97d9e244496aec79bc3cc8506886b507 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 21 Jan 2018 13:47:10 -0800 Subject: [PATCH] Update libxml to 2.9.7 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 4f6401fc..2c447210 100644 --- a/tools/windeps/Makefile +++ b/tools/windeps/Makefile @@ -10,7 +10,7 @@ # ARCHITECTURES := i686 x86_64 -LIBXML2_VERSION := 2.9.4 +LIBXML2_VERSION := 2.9.7 WINPTHREADS_VERSION := 4.0.4 LIBXML_URL := ftp://xmlsoft.org/libxml2/libxml2-$(LIBXML2_VERSION).tar.gz diff --git a/tools/windeps/sha256sums b/tools/windeps/sha256sums index 1e940d8d..f74a764f 100644 --- a/tools/windeps/sha256sums +++ b/tools/windeps/sha256sums @@ -1,2 +1,2 @@ -ffb911191e509b966deb55de705387f14156e1a56b21824357cdf0053233633c libxml2-2.9.4.tar.gz +f63c5e7d30362ed28b38bfa1ac6313f9a80230720b7fb6c80575eeab3ff5900c libxml2-2.9.7.tar.gz 89356a0aa8cf9f8b9dc8d92bc8dd01a131d4750c3acb30c6350a406316c42199 mingw-w64-v4.0.4.tar.bz2 -- 2.43.0