[openwrt/openwrt] tools/xz: update to 5.8.0

LEDE Commits lede-commits at lists.infradead.org
Tue Apr 1 12:47:38 PDT 2025


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/e37ad78539d410368de2e5b95388b3acf8686126

commit e37ad78539d410368de2e5b95388b3acf8686126
Author: Shiji Yang <yangshiji66 at outlook.com>
AuthorDate: Sat Mar 29 00:10:25 2025 +0800

    tools/xz: update to 5.8.0
    
    Changelogs:
    https://github.com/tukaani-project/xz/releases/tag/v5.8.0
    
    Signed-off-by: Shiji Yang <yangshiji66 at outlook.com>
    Link: https://github.com/openwrt/openwrt/pull/18367
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 tools/xz/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/xz/Makefile b/tools/xz/Makefile
index 97a47041d2..a140b3b7fa 100644
--- a/tools/xz/Makefile
+++ b/tools/xz/Makefile
@@ -7,13 +7,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=xz
-PKG_VERSION:=5.6.4
+PKG_VERSION:=5.8.0
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://github.com/tukaani-project/xz/releases/download/v$(PKG_VERSION) \
 		@SF/lzmautils \
 		http://tukaani.org/xz
-PKG_HASH:=176d510c30d80a23b8050bbc048f2ecaacb823ae48b6821727ed6591f0df9200
+PKG_HASH:=8c107270289807e2047f35d687b4d7a5bb029137f7c89ebdcfa909cb3b674440
 PKG_CPE_ID:=cpe:/a:tukaani:xz
 
 HOST_BUILD_PARALLEL:=1




More information about the lede-commits mailing list