From ce9c7b05a492e510e4f7350492dc3a850e93f914 Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Wed, 4 Jun 2025 20:23:03 +0800 Subject: [PATCH] tools/7z: update to 24.09 There are no patches that need to be refreshed. Signed-off-by: Shiji Yang Link: https://github.com/openwrt/openwrt/pull/19020 Signed-off-by: Nick Hainke --- tools/7z/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/7z/Makefile b/tools/7z/Makefile index 962fd5729c0..16489590e35 100644 --- a/tools/7z/Makefile +++ b/tools/7z/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=7z -PKG_VERSION:=24.05 +PKG_VERSION:=24.09 PKG_SOURCE:=$(PKG_NAME)$(subst .,,$(PKG_VERSION))-src.tar.xz PKG_SOURCE_URL:=https://7-zip.org/a/ -PKG_HASH:=63f341cf80b8d287c6e945519b3da0fa75553c85572a471b7fa6e68f9a90b790 +PKG_HASH:=49c05169f49572c1128453579af1632a952409ced028259381dac30726b6133a PKG_CPE_ID:=cpe:/a:7-zip:7-zip -- 2.47.2