mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
wireguard: disable versions with in-app updater and archive it
This commit is contained in:
parent
0bfa57d171
commit
ed96ce5be2
1 changed files with 12 additions and 3 deletions
|
|
@ -12,6 +12,8 @@ Bitcoin: 3Jsk6BuNkzW22RaCS1UaJy8w4bCwtVCkUF
|
|||
|
||||
AutoName: WireGuard
|
||||
Description: |-
|
||||
<b>Note:</b> Wireguard won't recieve any updates from F-Droid.
|
||||
|
||||
WireGuard is a next generation secure network tunnel protocol. This application
|
||||
allows users to connect to WireGuard tunnels. More information may be found on
|
||||
the <a href="https://www.wireguard.com">project webpage</a>.
|
||||
|
|
@ -55,6 +57,7 @@ Builds:
|
|||
|
||||
- versionName: 1.0.20230502
|
||||
versionCode: 501
|
||||
disable: in-app updater
|
||||
commit: 5dd30e9008ea8854bb11a7df116644836c3e65e7
|
||||
subdir: ui
|
||||
submodules: true
|
||||
|
|
@ -67,6 +70,7 @@ Builds:
|
|||
|
||||
- versionName: 1.0.20230504
|
||||
versionCode: 502
|
||||
disable: in-app updater
|
||||
commit: 79c5eb41c3bb42eebf917353eae3a8fb6cf4e61b
|
||||
subdir: ui
|
||||
submodules: true
|
||||
|
|
@ -79,6 +83,7 @@ Builds:
|
|||
|
||||
- versionName: 1.0.20230508
|
||||
versionCode: 503
|
||||
disable: in-app updater
|
||||
commit: c3f6906309054c9018d3dcf39211b49a941ded9d
|
||||
subdir: ui
|
||||
submodules: true
|
||||
|
|
@ -91,6 +96,7 @@ Builds:
|
|||
|
||||
- versionName: 1.0.20230512
|
||||
versionCode: 505
|
||||
disable: in-app updater
|
||||
commit: 5fa2e6164f003fb64c3481a0c6f5684de622d73f
|
||||
subdir: ui
|
||||
submodules: true
|
||||
|
|
@ -103,6 +109,7 @@ Builds:
|
|||
|
||||
- versionName: 1.0.20230526
|
||||
versionCode: 506
|
||||
disable: in-app updater
|
||||
commit: e9243c403ad7c80c87c632e3e4f0cf70ff959b18
|
||||
subdir: ui
|
||||
submodules: true
|
||||
|
|
@ -115,6 +122,7 @@ Builds:
|
|||
|
||||
- versionName: 1.0.20230707
|
||||
versionCode: 509
|
||||
disable: in-app updater
|
||||
commit: 04e503c9dbd14210a3cd2eeb395d4e9421d6770d
|
||||
subdir: ui
|
||||
submodules: true
|
||||
|
|
@ -127,6 +135,7 @@ Builds:
|
|||
|
||||
- versionName: 1.0.20231018
|
||||
versionCode: 510
|
||||
disable: in-app updater
|
||||
commit: 0a8de709b6ee34af39a96d62ec825d0daadd964d
|
||||
subdir: ui
|
||||
submodules: true
|
||||
|
|
@ -139,9 +148,9 @@ Builds:
|
|||
|
||||
AllowedAPKSigningKeys: 84a13fa2c4e0064b0c11654b8a86574b7a9b9352a3834cee32455b061c3d4127
|
||||
|
||||
ArchivePolicy: 2
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
ArchivePolicy: 0
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
UpdateCheckData: gradle.properties|wireguardVersionCode=([0-9]+)|.|wireguardVersionName=([0-9.]+)
|
||||
CurrentVersion: 1.0.20231018
|
||||
CurrentVersionCode: 510
|
||||
|
|
|
|||
Loading…
Reference in a new issue