From ef466651dbd23022cb484e65b068963263d94dde Mon Sep 17 00:00:00 2001 From: Van Waholtz Date: Thu, 17 Aug 2023 11:03:46 +0800 Subject: [PATCH] sing-box: update to 1.4.0-beta.5 Add support for GO 1.21. Signed-off-by: Van Waholtz (cherry picked from commit 115e209a74a7c1557e1150fd03464d2d3ace8368) --- net/sing-box/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/sing-box/Makefile b/net/sing-box/Makefile index cbd4b4ac69..e8be6b45dc 100644 --- a/net/sing-box/Makefile +++ b/net/sing-box/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sing-box -PKG_VERSION:=1.3.0 +PKG_VERSION:=1.4.0-beta.5 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:=e89ffdadf11d4b34d12b2c0659efea0f0786b2396ea4638c61a06e7772783ca5 +PKG_HASH:=0c3e1d0c19308c2b6f5a360ee84f899d292718184542a2302674421eeecff072 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE