From 49f12b212dbf63d4ca081e1517f00933eadea675 Mon Sep 17 00:00:00 2001 From: Andrey Petelin Date: Wed, 10 Sep 2025 19:44:31 +0500 Subject: [PATCH] chore: Update required sing-box version to 1.12.0 --- podkop/files/usr/bin/podkop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podkop/files/usr/bin/podkop b/podkop/files/usr/bin/podkop index ea94b38..df9db05 100755 --- a/podkop/files/usr/bin/podkop +++ b/podkop/files/usr/bin/podkop @@ -43,7 +43,7 @@ start_main() { # checking sing_box_version=$(sing-box version | head -n 1 | awk '{print $3}') - required_version="1.11.1" + required_version="1.12.0" if [ "$(echo -e "$sing_box_version\n$required_version" | sort -V | head -n 1)" != "$required_version" ]; then log "The version of sing-box ($sing_box_version) is lower than the minimum version. Update sing-box: opkg update && opkg remove sing-box && opkg install sing-box" "critical"