From 61debad22d0cf642975fd681f1a1d2e09b3f2cb3 Mon Sep 17 00:00:00 2001 From: xiao bo Date: Sat, 20 Dec 2025 20:27:03 +0800 Subject: [PATCH] sing-box: update to 1.12.13 changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.12.13 Signed-off-by: xiao bo --- 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 e11aeb9962..26af6d35a2 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.12.12 +PKG_VERSION:=1.12.13 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:=f08add81eab7e4d6091195179bb39fa3f64dbb0326feaa022994566b702d1245 +PKG_HASH:=e8bc2c059757af705f8e96c1909e2693f79a4c5c573464529af95c5c93046f1b PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE -- 2.30.2