Skip to content

Commit

Permalink
Update wgcf and sing-box
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Dec 31, 2023
1 parent bfecafc commit d86fd6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion singbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wgcf.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
appVer="2.2.16"
appVer="2.2.20"
echo "Detecting device architecture..."
debArch=$(uname -m)
transArch=$debArch
Expand Down

0 comments on commit d86fd6c

Please # to comment.