lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit a0a49e1d3ca1464d30a37b1d79e3291cd69ae84e
parent a3a8bbdc510ccb7a497029e62300cac200df2d9b
Author: Michael Heimpold <mhei@heimpold.de>
Date:   Tue, 31 May 2016 21:27:46 +0200

libxml2: upgrade to 2.9.4

Signed-off-by: Michael Heimpold <mhei@heimpold.de>

Diffstat:
Mlibs/libxml2/Makefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libs/libxml2/Makefile b/libs/libxml2/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2015 OpenWrt.org +# Copyright (C) 2006-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libxml2 -PKG_VERSION:=2.9.3 +PKG_VERSION:=2.9.4 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_MD5SUM:=daece17e045f1c107610e137ab50c179 +PKG_MD5SUM:=ae249165c173b1ff386ee8ad676815f5 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING