From 10e867d0261a0e7d6a94a672104e7f25ae884eff Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Tue, 26 Nov 2019 00:10:22 +0100 Subject: [PATCH] libxml2: update to 2.9.10 Signed-off-by: Michael Heimpold --- libs/libxml2/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libxml2/Makefile b/libs/libxml2/Makefile index e97d54df8..d10c07a2e 100644 --- a/libs/libxml2/Makefile +++ b/libs/libxml2/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libxml2 -PKG_VERSION:=2.9.9 -PKG_RELEASE:=4 +PKG_VERSION:=2.9.10 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://xmlsoft.org/sources/ -PKG_HASH:=94fb70890143e3c6549f265cee93ec064c80a84c42ad0f23e85ee1fd6540a871 +PKG_HASH:=aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING