From e38a6889f4b2bd9882c8868a94e841f815e52ae6 Mon Sep 17 00:00:00 2001 From: Milinda Brantini Date: Mon, 23 Sep 2024 21:10:04 +0800 Subject: [PATCH] sing-box: Update to 1.9.6 Signed-off-by: Milinda Brantini (cherry picked from commit 06eb251067537d576fee86f8471377239b5254fe) --- 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 da514537f9..7278489585 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.9.5 +PKG_VERSION:=1.9.6 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:=6beaa010c14881ba29ea147566c32614dbec8c3f8993529d08664c470e099195 +PKG_HASH:=09412fcc7b3a56c325886af090fb88b2cd8a61984856da43e2d16ff203f3a267 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE -- 2.30.2