aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2022-12-02 22:20:07 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2022-12-03 20:40:36 +0100
commitd010e36a0dfc94e044b7f3b6b21a845067aaf020 (patch)
tree19f94c0c751149fd772cd724fc44da13907947d6 /tools
parent077622a198039f9f3d907b5cf4d77a52d7592c49 (diff)
downloadupstream-d010e36a0dfc94e044b7f3b6b21a845067aaf020.tar.gz
upstream-d010e36a0dfc94e044b7f3b6b21a845067aaf020.tar.bz2
upstream-d010e36a0dfc94e044b7f3b6b21a845067aaf020.zip
tools/xz: update to 5.2.9
Update to latest release. Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/xz/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xz/Makefile b/tools/xz/Makefile
index 37a9d79efc..7d3392fefe 100644
--- a/tools/xz/Makefile
+++ b/tools/xz/Makefile
@@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=xz
-PKG_VERSION:=5.2.8
+PKG_VERSION:=5.2.9
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@SF/lzmautils \
http://tukaani.org/xz
-PKG_HASH:=1f8a43d9fcf325d049a31fe4514dc8c44a6d00ce8860d48c4212d1e349d2a3ed
+PKG_HASH:=b194507fba3a462a753c553149ccdaa168337bcb7deefddd067ba987c83dfce6
PKG_CPE_ID:=cpe:/a:tukaani:xz
HOST_BUILD_PARALLEL:=1