summaryrefslogtreecommitdiffstats
path: root/tools/xz
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2022-11-16 09:44:09 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2022-11-16 23:30:11 +0100
commit511d02a758b32cbd92f03c6dff16a193d2ff214e (patch)
tree15e76c84f80892ac2ffe10eda5c99b69308b9246 /tools/xz
parent9e137bb10e2652dd1eb826e228d9842f872789f9 (diff)
downloadopenwrt-511d02a758b32cbd92f03c6dff16a193d2ff214e.tar.gz
openwrt-511d02a758b32cbd92f03c6dff16a193d2ff214e.tar.bz2
openwrt-511d02a758b32cbd92f03c6dff16a193d2ff214e.zip
tools/xz: update to 5.2.8
Update to latest release. Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools/xz')
-rw-r--r--tools/xz/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xz/Makefile b/tools/xz/Makefile
index 845fefe9af..37a9d79efc 100644
--- a/tools/xz/Makefile
+++ b/tools/xz/Makefile
@@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=xz
-PKG_VERSION:=5.2.7
+PKG_VERSION:=5.2.8
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@SF/lzmautils \
http://tukaani.org/xz
-PKG_HASH:=b65f1d0c2708e57716f4dd2216989a73847ac6fdb4168ffceb155767e22b834b
+PKG_HASH:=1f8a43d9fcf325d049a31fe4514dc8c44a6d00ce8860d48c4212d1e349d2a3ed
PKG_CPE_ID:=cpe:/a:tukaani:xz
HOST_BUILD_PARALLEL:=1