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

LEDE Commits lede-commits at lists.infradead.org
Sat Dec 3 11:40:40 PST 2022


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

commit d010e36a0dfc94e044b7f3b6b21a845067aaf020
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Fri Dec 2 22:20:07 2022 +0100

    tools/xz: update to 5.2.9
    
    Update to latest release.
    
    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 37a9d79efc..7d3392fefe 100644
--- a/tools/xz/Makefile
+++ b/tools/xz/Makefile
@@ -7,12 +7,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=xz
-PKG_VERSION:=5.2.8
+PKG_VERSION:=5.2.9
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=@SF/lzmautils \
 		http://tukaani.org/xz
-PKG_HASH:=1f8a43d9fcf325d049a31fe4514dc8c44a6d00ce8860d48c4212d1e349d2a3ed
+PKG_HASH:=b194507fba3a462a753c553149ccdaa168337bcb7deefddd067ba987c83dfce6
 PKG_CPE_ID:=cpe:/a:tukaani:xz
 
 HOST_BUILD_PARALLEL:=1




More information about the lede-commits mailing list