diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-11-21 14:16:05 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2020-11-21 18:48:39 +0100 |
commit | a233e3a9afaf523955b6fcd31c9e922242ac1bc0 (patch) | |
tree | 1ceb24759fd9b5ad724c7a4f364c5bec88d418b6 /tools | |
parent | 5242bf7cf7eca73899f89bc48416e9a3d90f4aea (diff) | |
download | upstream-a233e3a9afaf523955b6fcd31c9e922242ac1bc0.tar.gz upstream-a233e3a9afaf523955b6fcd31c9e922242ac1bc0.tar.bz2 upstream-a233e3a9afaf523955b6fcd31c9e922242ac1bc0.zip |
tools/expat: update to 2.2.10
Update expat to 2.2.10
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'tools')
-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 f29264ea68..cfc70b2a49 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.9 +PKG_VERSION:=2.2.10 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_HASH:=f1063084dc4302a427dabcca499c8312b3a32a29b7d2506653ecc8f950a9a237 +PKG_HASH:=b2c160f1b60e92da69de8e12333096aeb0c3bf692d41c60794de278af72135a5 PKG_SOURCE_URL:=https://github.com/libexpat/libexpat/releases/download/R_$(subst .,_,$(PKG_VERSION)) HOST_BUILD_PARALLEL:=1 |