summaryrefslogtreecommitdiffstats
path: root/tools/xz
diff options
context:
space:
mode:
authorLinhui Liu <liulinhui36@gmail.com>2023-01-12 16:25:26 +0800
committerHauke Mehrtens <hauke@hauke-m.de>2023-01-13 22:09:12 +0100
commit753efd45b2254e0bbfa94a639b44b3011d911e3d (patch)
tree767f25d5d20500eed163e9ac32ff5504774120ed /tools/xz
parent9db52b6785b9d3e51093f397e38bb6c3a280cbe4 (diff)
downloadopenwrt-753efd45b2254e0bbfa94a639b44b3011d911e3d.tar.gz
openwrt-753efd45b2254e0bbfa94a639b44b3011d911e3d.tar.bz2
openwrt-753efd45b2254e0bbfa94a639b44b3011d911e3d.zip
tools/xz: update to 5.4.1
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 18ba1a236e..9084cb08fa 100644
--- a/tools/xz/Makefile
+++ b/tools/xz/Makefile
@@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=xz
-PKG_VERSION:=5.4.0
+PKG_VERSION:=5.4.1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@SF/lzmautils \
http://tukaani.org/xz
-PKG_HASH:=795ea0494c66d509b052ddc36dc63bd634e59ff2a0f39c16a3b5644dd01d87e6
+PKG_HASH:=dd172acb53867a68012f94c17389401b2f274a1aa5ae8f84cbfb8b7e383ea8d3
PKG_CPE_ID:=cpe:/a:tukaani:xz
HOST_BUILD_PARALLEL:=1