commit 2e40c6ba716dc9f6a26f0f793b82c8e91b858947 parent 7abd29bc7c88eecaaeb5ce4020b975bd240d4a75 Author: Ted Hess <thess@kitschensync.net> Date: Fri, 16 Dec 2016 18:19:32 -0500 Merge pull request #3634 from p-wassi/libexpat_220 libs/expat: update to 2.2.0 Diffstat:
| M | libs/expat/Makefile | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/libs/expat/Makefile b/libs/expat/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=expat -PKG_VERSION:=2.1.0 -PKG_RELEASE:=3 +PKG_VERSION:=2.2.0 +PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MD5SUM:=dd7dab7a5fea97d2a6a43f511449b7cd +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_MD5SUM:=2f47841c829facb346eb6e3fab5212e2 PKG_SOURCE_URL:=@SF/expat PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>