aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2022-08-29 07:48:53 +0200
committerDaniel Golle <daniel@makrotopia.org>2022-09-07 04:22:39 +0100
commit46dc7e63c43105c6ce2bc95bb52d6fa8a3e5f9be (patch)
treed1a606d188a08c640774765743da208cbab910e7 /tools
parent7b8f2dc6eca371a0edfcf3c14fb89983fcbe69eb (diff)
downloadupstream-46dc7e63c43105c6ce2bc95bb52d6fa8a3e5f9be.tar.gz
upstream-46dc7e63c43105c6ce2bc95bb52d6fa8a3e5f9be.tar.bz2
upstream-46dc7e63c43105c6ce2bc95bb52d6fa8a3e5f9be.zip
tools/expat: update to 2.4.8
Release Notes: https://github.com/libexpat/libexpat/blob/R_2_4_8/expat/Changes Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/expat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/expat/Makefile b/tools/expat/Makefile
index fc339f818a..7079dabcaf 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.4.7
+PKG_VERSION:=2.4.8
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_HASH:=e149bdd8b90254c62b3d195da53a09bd531a4d63a963b0d8a5268d48dd2f6a65
+PKG_HASH:=a247a7f6bbb21cf2ca81ea4cbb916bfb9717ca523631675f99b3d4a5678dcd16
PKG_SOURCE_URL:=https://github.com/libexpat/libexpat/releases/download/R_$(subst .,_,$(PKG_VERSION))
include $(INCLUDE_DIR)/host-build.mk