diff --git a/utils/7z/Makefile b/utils/7z/Makefile index 4b7831b23e..564664adfb 100644 --- a/utils/7z/Makefile +++ b/utils/7z/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=7z -PKG_VERSION:=24.05 +PKG_VERSION:=24.08 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)$(subst .,,$(PKG_VERSION))-src.tar.xz PKG_SOURCE_URL:=https://7-zip.org/a/ -PKG_HASH:=63f341cf80b8d287c6e945519b3da0fa75553c85572a471b7fa6e68f9a90b790 +PKG_HASH:=aa04aac906a04df59e7301f4c69e9f48808e6c8ecae4eb697703a47bfb0ac042 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=LGPL-2.1-or-later BSD-3-Clause unRAR diff --git a/utils/7z/patches/010-flags.patch b/utils/7z/patches/010-flags.patch index 00e23860d4..11fc0a7e70 100644 --- a/utils/7z/patches/010-flags.patch +++ b/utils/7z/patches/010-flags.patch @@ -33,7 +33,7 @@ ifdef IS_MINGW -@@ -1340,7 +1340,7 @@ predef_cc: +@@ -1343,7 +1343,7 @@ predef_cc: $(CC) $(CFLAGS) -E $(SHOW_PREDEF) ../../../../C/CpuArch.c > predef_cc_log # $(CC) $(CFLAGS) -E -dM - < /dev/null predef_cxx: