From 7489643bf76004f1caec92e26f491f5a72076333 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Thu, 15 Jun 2023 14:47:08 +0000 Subject: [PATCH] Update TUIC Plugin - SagerNet to 1.0.0 (30) --- .../io.nekohasekai.sagernet.plugin.tuic.yml | 25 +++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/metadata/io.nekohasekai.sagernet.plugin.tuic.yml b/metadata/io.nekohasekai.sagernet.plugin.tuic.yml index 8948d731b0..abe3a71b68 100644 --- a/metadata/io.nekohasekai.sagernet.plugin.tuic.yml +++ b/metadata/io.nekohasekai.sagernet.plugin.tuic.yml @@ -65,10 +65,31 @@ Builds: - plugin ndk: r25 + - versionName: 1.0.0 + versionCode: 30 + commit: 088593e682e243e44ba5cffc562c75328efd3097 + subdir: plugin/tuic + submodules: true + gradle: + - fdroid + srclibs: + - rustup@1.25.1 + prebuild: + - $$rustup$$/rustup-init.sh -y + - source $HOME/.cargo/env + - pushd ../.. + - rustup default stable + - ./run init action rust + - echo -e "\nsource $HOME/.cargo/env" >> ./bin/init/env.sh + scandelete: + - external + - plugin + ndk: r25 + AutoUpdateMode: Version UpdateCheckMode: Tags ^tuic-plugin-.* VercodeOperation: - '%c * 5' UpdateCheckData: sager.properties|TUIC_VERSION=(\d+)|.|TUIC_VERSION_NAME=(.*) -CurrentVersion: 0.8.5 -CurrentVersionCode: 25 +CurrentVersion: 1.0.0 +CurrentVersionCode: 30