From 2d51880e48f2c9e3bb392c31e06ba6b5a43ae013 Mon Sep 17 00:00:00 2001 From: Mosney Strange Date: Tue, 11 Feb 2025 20:24:52 +0800 Subject: [PATCH] sing-box: Update to 1.11.3 Signed-off-by: Mosney Strange --- 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 8b21694c82..c38a6b9bc0 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.11.1 +PKG_VERSION:=1.11.3 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:=2bdc5bbc12e43d56f558458b22394d285bec5d0c98e0ab31dc3d74fa2ed6a195 +PKG_HASH:=51b189549395c132dce781e1c70315e4bb8386c207e171c07124759b45481d97 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE -- 2.30.2