From df7c2f06eae31cd045fd06543380c65879d7ec46 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 18:43:07 +0800 Subject: [PATCH] update 2023-12-02 18:43:07 --- sing-box/Makefile | 4 ++-- wxbase/Makefile | 4 ++-- wxbase/patches/010-fix-install-pointer.patch | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sing-box/Makefile b/sing-box/Makefile index 6c8b9729f..9c5c2ef65 100644 --- a/sing-box/Makefile +++ b/sing-box/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sing-box -PKG_VERSION:=1.7.0 +PKG_VERSION:=1.7.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/SagerNet/sing-box/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=e9cc481aac006f4082e6a690f766a65ee40532a19781cdbcff9f2b05a61e3118 +PKG_HASH:=e1a5d7c9a7f3a23da73f4d420aed19c8cc5f9b85af1e190fe9502658ec6fac3a PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE diff --git a/wxbase/Makefile b/wxbase/Makefile index 352f13508..2d40f9312 100644 --- a/wxbase/Makefile +++ b/wxbase/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wxbase -PKG_VERSION:=3.2.2.1 +PKG_VERSION:=3.2.4 PKG_RELEASE:=1 PKG_SOURCE:=wxWidgets-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://github.com/wxWidgets/wxWidgets/releases/download/v$(PKG_VERSION) -PKG_HASH:=dffcb6be71296fff4b7f8840eb1b510178f57aa2eb236b20da41182009242c02 +PKG_HASH:=0640e1ab716db5af2ecb7389dbef6138d7679261fbff730d23845ba838ca133e PKG_BUILD_DIR:=$(BUILD_DIR)/wxWidgets-$(PKG_VERSION) PKG_CHECK_FORMAT_SECURITY:=0 diff --git a/wxbase/patches/010-fix-install-pointer.patch b/wxbase/patches/010-fix-install-pointer.patch index d12a3d348..c88bececf 100644 --- a/wxbase/patches/010-fix-install-pointer.patch +++ b/wxbase/patches/010-fix-install-pointer.patch @@ -1,6 +1,6 @@ --- a/wx-config.in +++ b/wx-config.in -@@ -973,7 +973,7 @@ fi +@@ -969,7 +969,7 @@ fi is_monolithic() { [ "x@MONOLITHIC@" = "x1" ]; } is_static() { [ -n "$this_linkage" ]; }