diff options
| author | Shiji Yang | 2025-06-04 12:23:03 +0000 |
|---|---|---|
| committer | Nick Hainke | 2025-06-04 18:15:22 +0000 |
| commit | ce9c7b05a492e510e4f7350492dc3a850e93f914 (patch) | |
| tree | 42db9a6ac5f1a83caf15b1a1dbc48bc987e6d4f3 | |
| parent | c374deca7ea3c9ccca0059382fc37b54e1a2da6d (diff) | |
| download | openwrt-ce9c7b05a492e510e4f7350492dc3a850e93f914.tar.gz | |
tools/7z: update to 24.09
There are no patches that need to be refreshed.
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/19020
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -rw-r--r-- | tools/7z/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/7z/Makefile b/tools/7z/Makefile index 962fd5729c..16489590e3 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 |