diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-09-06 11:56:15 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-09-16 22:22:44 +0200 |
commit | b0f26243feea1b6f4341d7a2e08e9650089ed674 (patch) | |
tree | fc93b7a458d8d8ac233d7aa2f0ec8668d29d580e /tools/expat | |
parent | 3f4f580954fd90ce3ad6eb6ca6ab7b96eb66539c (diff) | |
download | upstream-b0f26243feea1b6f4341d7a2e08e9650089ed674.tar.gz upstream-b0f26243feea1b6f4341d7a2e08e9650089ed674.tar.bz2 upstream-b0f26243feea1b6f4341d7a2e08e9650089ed674.zip |
tools/expat: Update to 2.2.4
Update (lib)expat to 2.2.4
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'tools/expat')
-rw-r--r-- | tools/expat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/expat/Makefile b/tools/expat/Makefile index 1f856c9117..74ecbeef94 100644 --- a/tools/expat/Makefile +++ b/tools/expat/Makefile @@ -8,10 +8,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=expat -PKG_VERSION:=2.2.3 +PKG_VERSION:=2.2.4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_HASH:=b31890fb02f85c002a67491923f89bda5028a880fd6c374f707193ad81aace5f +PKG_HASH:=03ad85db965f8ab2d27328abcf0bc5571af6ec0a414874b2066ee3fdd372019e PKG_SOURCE_URL:=@SF/expat HOST_BUILD_PARALLEL:=1 |