summaryrefslogtreecommitdiffstats
path: root/tools/xz
diff options
context:
space:
mode:
authorLinhui Liu <liulinhui36@gmail.com>2023-03-19 22:18:21 +0800
committerHauke Mehrtens <hauke@hauke-m.de>2023-03-20 23:41:27 +0100
commit450698804cdf864bd294d1ffb40e58af126ee876 (patch)
treee14fed100875b58c1fa139d1a251bbe2d18366af /tools/xz
parentc2d4abc380209e583f8dbf99a2070d68dbbb21f0 (diff)
downloadopenwrt-450698804cdf864bd294d1ffb40e58af126ee876.tar.gz
openwrt-450698804cdf864bd294d1ffb40e58af126ee876.tar.bz2
openwrt-450698804cdf864bd294d1ffb40e58af126ee876.zip
tools/xz: bump to 5.4.2
Release Notes: https://git.tukaani.org/?p=xz.git;a=blob;f=NEWS;hb=HEAD Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
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 9084cb08fa..22d2bf3239 100644
--- a/tools/xz/Makefile
+++ b/tools/xz/Makefile
@@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=xz
-PKG_VERSION:=5.4.1
+PKG_VERSION:=5.4.2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@SF/lzmautils \
http://tukaani.org/xz
-PKG_HASH:=dd172acb53867a68012f94c17389401b2f274a1aa5ae8f84cbfb8b7e383ea8d3
+PKG_HASH:=aa49909cbd9028c4666a35fa4975f9a6203ed98154fbb8223ee43ef9ceee97c3
PKG_CPE_ID:=cpe:/a:tukaani:xz
HOST_BUILD_PARALLEL:=1