From 475c177df53d9a62c36cc7b5db1e7c31acbc9d8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= <121604513+yonggekkk@users.noreply.github.com> Date: Thu, 8 Jan 2026 14:18:48 +0800 Subject: [PATCH] Update sbcore version to 1.12.15 --- sb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sb.sh b/sb.sh index 3893c28..19581d4 100644 --- a/sb.sh +++ b/sb.sh @@ -228,7 +228,7 @@ yellow "2:使用1.10.7正式版内核" readp "请选择【1-2】:" menu if [ -z "$menu" ] || [ "$menu" = "1" ] ; then #sbcore=$(curl -Ls https://data.jsdelivr.com/v1/package/gh/SagerNet/sing-box | grep -Eo '"[0-9.]+",' | sed -n 1p | tr -d '",') -sbcore="1.12.14" +sbcore="1.12.15" else sbcore=$(curl -Ls https://data.jsdelivr.com/v1/package/gh/SagerNet/sing-box | grep -Eo '"1\.10[0-9\.]*",' | sed -n 1p | tr -d '",') fi