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

LEDE Commits lede-commits at lists.infradead.org
Mon Dec 19 14:26:23 PST 2022


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

commit a0bf926a461484cf7b9b56768e14212994c88d84
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Wed Dec 14 11:00:07 2022 +0100

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




More information about the lede-commits mailing list