mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update Hysteria Plugin - SagerNet to 1.3.2 (100)
This commit is contained in:
parent
69d9898f65
commit
9e56b37184
1 changed files with 20 additions and 2 deletions
|
|
@ -194,10 +194,28 @@ Builds:
|
|||
- plugin
|
||||
ndk: r25
|
||||
|
||||
- versionName: 1.3.2
|
||||
versionCode: 100
|
||||
commit: 7952c52a8f8685c8629122f51ec7692518da0c54
|
||||
subdir: plugin/hysteria
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- curl -Lso go.tar.gz https://golang.org/dl/go1.18.6.linux-amd64.tar.gz
|
||||
- echo "bb05f179a773fed60c6a454a24141aaa7e71edfd0f2d465ad610a3b8f1dc7fe8 go.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf go.tar.gz --strip-components=1 -C /usr/local/
|
||||
gradle:
|
||||
- fdroid
|
||||
scandelete:
|
||||
- external
|
||||
- plugin
|
||||
ndk: r25
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^hysteria-plugin-.*
|
||||
VercodeOperation:
|
||||
- '%c * 5'
|
||||
UpdateCheckData: sager.properties|HYSTERIA_VERSION=(\d+)|.|HYSTERIA_VERSION_NAME=(.*)
|
||||
CurrentVersion: 1.3.0
|
||||
CurrentVersionCode: 95
|
||||
CurrentVersion: 1.3.2
|
||||
CurrentVersionCode: 100
|
||||
|
|
|
|||
Loading…
Reference in a new issue