From d86fd6cd4f134e93bb7f94d514df5a85bb96bd55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lumi=C3=A8re=20=C3=89lev=C3=A9?= <88174309+PoneyClairDeLune@users.noreply.github.com> Date: Sun, 31 Dec 2023 16:25:38 +0000 Subject: [PATCH] Update `wgcf` and `sing-box` --- singbox.sh | 2 +- wgcf.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/singbox.sh b/singbox.sh index ec78588..90d59c2 100644 --- a/singbox.sh +++ b/singbox.sh @@ -3,7 +3,7 @@ appName="Sing Box" debArch=$(uname -m) transArch=$debArch -targetVer="1.2.6" +targetVer="1.5.5" case $debArch in "x86_64" | "amd64") transArch="amd64" diff --git a/wgcf.sh b/wgcf.sh index 9a1b096..16995ce 100644 --- a/wgcf.sh +++ b/wgcf.sh @@ -1,5 +1,5 @@ #!/bin/bash -appVer="2.2.16" +appVer="2.2.20" echo "Detecting device architecture..." debArch=$(uname -m) transArch=$debArch