[openwrt/openwrt] tools/xz: bump to 5.4.2

LEDE Commits lede-commits at lists.infradead.org
Mon Mar 20 15:41:54 PDT 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/450698804cdf864bd294d1ffb40e58af126ee876

commit 450698804cdf864bd294d1ffb40e58af126ee876
Author: Linhui Liu <liulinhui36 at gmail.com>
AuthorDate: Sun Mar 19 22:18:21 2023 +0800

    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 at gmail.com>
---
 tools/xz/Makefile | 4 ++--
 1 file 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




More information about the lede-commits mailing list