Skip to content

Commit

Permalink
7z: Update to 24.09
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <[email protected]>
(cherry picked from commit 9b9eabd)
  • Loading branch information
1715173329 committed Dec 3, 2024
1 parent cd3a71e commit 9127ca4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions utils/7z/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=7z
PKG_VERSION:=24.08
PKG_VERSION:=24.09
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)$(subst .,,$(PKG_VERSION))-src.tar.xz
PKG_SOURCE_URL:=https://7-zip.org/a/
PKG_HASH:=aa04aac906a04df59e7301f4c69e9f48808e6c8ecae4eb697703a47bfb0ac042
PKG_HASH:=49c05169f49572c1128453579af1632a952409ced028259381dac30726b6133a

PKG_MAINTAINER:=Tianling Shen <[email protected]>
PKG_LICENSE:=LGPL-2.1-or-later BSD-3-Clause unRAR
Expand Down
2 changes: 1 addition & 1 deletion utils/7z/patches/010-flags.patch
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@


ifdef IS_MINGW
@@ -1343,7 +1343,7 @@ predef_cc:
@@ -1359,7 +1359,7 @@ predef_cc:
$(CC) $(CFLAGS) -E $(SHOW_PREDEF) ../../../../C/CpuArch.c > predef_cc_log
# $(CC) $(CFLAGS) -E -dM - < /dev/null
predef_cxx:
Expand Down

0 comments on commit 9127ca4

Please sign in to comment.