From 7d7105a481d91217b7f9e67bea3ea5c92aa8419e Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Sat, 7 Oct 2017 21:18:41 +0200 Subject: [PATCH] libxml2: upgrade to 2.9.6 Signed-off-by: Michael Heimpold --- libs/libxml2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libxml2/Makefile b/libs/libxml2/Makefile index 5033099743..f33309643f 100644 --- a/libs/libxml2/Makefile +++ b/libs/libxml2/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libxml2 -PKG_VERSION:=2.9.5 +PKG_VERSION:=2.9.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://gd.tuwien.ac.at/languages/libxml/ \ http://xmlsoft.org/sources/ \ ftp://fr.rpmfind.net/pub/libxml/ -PKG_HASH:=4031c1ecee9ce7ba4f313e91ef6284164885cdb69937a123f6a83bb6a72dcd38 +PKG_HASH:=8b9038cca7240e881d462ea391882092dfdc6d4f483f72683e817be08df5ebbc PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING