From 9c36cbb4bb72c5449551ea831c5cbe867b8eb890 Mon Sep 17 00:00:00 2001 From: hauke Date: Thu, 1 May 2014 14:51:58 +0000 Subject: [PATCH] expat: update to version 2.1.0 Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/packages@40629 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/expat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/expat/Makefile b/libs/expat/Makefile index 81ea7175f..8d467e1f0 100644 --- a/libs/expat/Makefile +++ b/libs/expat/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=expat -PKG_VERSION:=2.0.1 +PKG_VERSION:=2.1.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MD5SUM:=ee8b492592568805593f81f8cdf2a04c +PKG_MD5SUM:=dd7dab7a5fea97d2a6a43f511449b7cd PKG_SOURCE_URL:=@SF/expat PKG_LICENSE:=MIT