summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2018-08-29 08:58:44 +0200
committerJohn Crispin <john@phrozen.org>2018-09-10 10:01:27 +0200
commit3e734e822b5167110979d60d6cc7da8ca01cdf09 (patch)
tree636b7f6c90a448540cb43f75fd35eb3570ca8065
parentc6a0d57ca98cf61241d386971dd12d6e57671a2d (diff)
downloadmtk-20170518-3e734e822b5167110979d60d6cc7da8ca01cdf09.zip
mtk-20170518-3e734e822b5167110979d60d6cc7da8ca01cdf09.tar.gz
mtk-20170518-3e734e822b5167110979d60d6cc7da8ca01cdf09.tar.bz2
tools/expat: Update to 2.2.6
Update (lib)expat to 2.2.6 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
-rw-r--r--tools/expat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/expat/Makefile b/tools/expat/Makefile
index fab04e0..8d3f5bf 100644
--- a/tools/expat/Makefile
+++ b/tools/expat/Makefile
@@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=expat
PKG_CPE_ID:=cpe:/a:libexpat:expat
-PKG_VERSION:=2.2.5
+PKG_VERSION:=2.2.6
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_HASH:=d9dc32efba7e74f788fcc4f212a43216fc37cf5f23f4c2339664d473353aedf6
+PKG_HASH:=17b43c2716d521369f82fc2dc70f359860e90fa440bea65b3b85f0b246ea81f2
PKG_SOURCE_URL:=@SF/expat
HOST_BUILD_PARALLEL:=1