mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 18:21:42 +00:00
Update Hysteria Plugin - SagerNet to 1.0.4 (80)
This commit is contained in:
parent
50aaca0ba5
commit
d6417c4d72
1 changed files with 22 additions and 2 deletions
|
|
@ -115,9 +115,29 @@ Builds:
|
||||||
- plugin
|
- plugin
|
||||||
ndk: r23b
|
ndk: r23b
|
||||||
|
|
||||||
|
- versionName: 1.0.4
|
||||||
|
versionCode: 80
|
||||||
|
commit: febc6e7ad7f956e8a8e65589957651b62f78d8c5
|
||||||
|
subdir: plugin/hysteria
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
prebuild:
|
||||||
|
- pushd ../..
|
||||||
|
- sed -i -e 's/1.18beta1/1.17.5/' bin/fdroid/install_golang.sh
|
||||||
|
- ./run fdroid prebuild_plugin_golang hysteria
|
||||||
|
scandelete:
|
||||||
|
- external
|
||||||
|
- plugin
|
||||||
|
ndk: r23b
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^hysteria-plugin-.*
|
UpdateCheckMode: Tags ^hysteria-plugin-.*
|
||||||
VercodeOperation: '%c * 5'
|
VercodeOperation: '%c * 5'
|
||||||
UpdateCheckData: sager.properties|HYSTERIA_VERSION=(\d+)|.|HYSTERIA_VERSION_NAME=(.*)
|
UpdateCheckData: sager.properties|HYSTERIA_VERSION=(\d+)|.|HYSTERIA_VERSION_NAME=(.*)
|
||||||
CurrentVersion: 1.0.2
|
CurrentVersion: 1.0.4
|
||||||
CurrentVersionCode: 75
|
CurrentVersionCode: 80
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue