mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 03:57:13 +00:00
TUIC Plugin - SagerNet: 0.8.5
This commit is contained in:
parent
2cadeb8505
commit
de805b074f
1 changed files with 28 additions and 3 deletions
|
|
@ -40,9 +40,34 @@ Builds:
|
|||
- plugin
|
||||
ndk: r25
|
||||
|
||||
- versionName: 0.8.5
|
||||
versionCode: 25
|
||||
commit: ec58d54d7a5547da1ef047041ee2c56ff292a059
|
||||
subdir: plugin/tuic
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
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 ^mieru-plugin-.*
|
||||
UpdateCheckMode: Tags ^tuic-plugin-.*
|
||||
VercodeOperation: '%c * 5'
|
||||
UpdateCheckData: sager.properties|TUIC_VERSION=(\d+)|.|TUIC_VERSION_NAME=(.*)
|
||||
CurrentVersion: 0.8.2
|
||||
CurrentVersionCode: 15
|
||||
CurrentVersion: 0.8.5
|
||||
CurrentVersionCode: 25
|
||||
|
|
|
|||
Loading…
Reference in a new issue