summaryrefslogtreecommitdiffstats
path: root/tools/expat
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2017-12-04 19:23:15 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2017-12-16 14:41:37 +0100
commit3be10e3a30823b92c6bb7ff513e8f11a0bfb60b5 (patch)
tree007fa18f34bfd1f078508ab8f49568285c9a3c05 /tools/expat
parent054c0d4e31932abeee6d92904642ebb9fd186638 (diff)
downloadopenwrt-3be10e3a30823b92c6bb7ff513e8f11a0bfb60b5.tar.gz
openwrt-3be10e3a30823b92c6bb7ff513e8f11a0bfb60b5.tar.bz2
openwrt-3be10e3a30823b92c6bb7ff513e8f11a0bfb60b5.zip
tools/expat: Update to 2.2.5
Update (lib)expat to 2.2.5 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'tools/expat')
-rw-r--r--tools/expat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/expat/Makefile b/tools/expat/Makefile
index fd4d2065a1..fab04e011f 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.4
+PKG_VERSION:=2.2.5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_HASH:=03ad85db965f8ab2d27328abcf0bc5571af6ec0a414874b2066ee3fdd372019e
+PKG_HASH:=d9dc32efba7e74f788fcc4f212a43216fc37cf5f23f4c2339664d473353aedf6
PKG_SOURCE_URL:=@SF/expat
HOST_BUILD_PARALLEL:=1