mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-22 05:44:54 +00:00
Update TUIC Plugin - SagerNet to 1.0.0 (30)
This commit is contained in:
parent
2b64b26738
commit
7489643bf7
1 changed files with 23 additions and 2 deletions
|
|
@ -65,10 +65,31 @@ Builds:
|
||||||
- plugin
|
- plugin
|
||||||
ndk: r25
|
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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^tuic-plugin-.*
|
UpdateCheckMode: Tags ^tuic-plugin-.*
|
||||||
VercodeOperation:
|
VercodeOperation:
|
||||||
- '%c * 5'
|
- '%c * 5'
|
||||||
UpdateCheckData: sager.properties|TUIC_VERSION=(\d+)|.|TUIC_VERSION_NAME=(.*)
|
UpdateCheckData: sager.properties|TUIC_VERSION=(\d+)|.|TUIC_VERSION_NAME=(.*)
|
||||||
CurrentVersion: 0.8.5
|
CurrentVersion: 1.0.0
|
||||||
CurrentVersionCode: 25
|
CurrentVersionCode: 30
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue