Skip to content

Commit

Permalink
sing-box 1.1-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
arm64v8a committed Nov 30, 2022
1 parent e181307 commit 9af635c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app_singbox/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
defaultConfig {
applicationId = "moe.matsuri.plugin.singbox"
versionCode = 1
versionName = "v1.1-beta17-1"
versionName = "v1.1-rc1"
splits.abi {
reset()
include("arm64-v8a", "x86_64")
Expand Down
5 changes: 2 additions & 3 deletions download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,10 @@ download_xray() {
}

download_singbox() {
VERSION="1.1-beta17"
mkdir_libs "app_singbox/libs"
curl -Lso singbox.tar.gz "https://github.com/SagerNet/sing-box/releases/download/$VERSION/sing-box-$VERSION-android-arm64.tar.gz"
curl -Lso singbox.tar.gz "https://github.com/SagerNet/sing-box/releases/download/v1.1-rc1/sing-box-1.1-rc1-android-arm64.tar.gz"
unzip_singbox arm64-v8a
curl -Lso singbox.tar.gz "https://github.com/SagerNet/sing-box/releases/download/$VERSION/sing-box-$VERSION-android-amd64.tar.gz"
curl -Lso singbox.tar.gz "https://github.com/SagerNet/sing-box/releases/download/v1.1-rc1/sing-box-1.1-rc1-android-amd64.tar.gz"
unzip_singbox x86_64
}

Expand Down

0 comments on commit 9af635c

Please sign in to comment.