mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Use HTTP update method for WireGuard
WireGuard uses version.gradle, which fdroidserver doesn't support, so instead just pull it directly off of cgit. Fixes: #1983
This commit is contained in:
parent
569611e1b5
commit
281cd04567
1 changed files with 14 additions and 3 deletions
|
|
@ -390,7 +390,18 @@ Builds:
|
||||||
- yes
|
- yes
|
||||||
ndk: r16b
|
ndk: r16b
|
||||||
|
|
||||||
|
- versionName: 0.0.20200309
|
||||||
|
versionCode: 465
|
||||||
|
commit: 0.0.20200309
|
||||||
|
subdir: ui
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
ndk: r16b
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: HTTP
|
||||||
CurrentVersion: 0.0.20200206
|
UpdateCheckData: https://git.zx2c4.com/wireguard-android/plain/version.gradle?ua=fdroid-update-check|wireguardVersionCode
|
||||||
CurrentVersionCode: 464
|
= ([0-9]+)|.|wireguardVersionName = '([0-9.]+)'
|
||||||
|
CurrentVersion: 0.0.20200309
|
||||||
|
CurrentVersionCode: 465
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue