mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Misc checkupdate fixes
This commit is contained in:
parent
2a2997b76b
commit
246c7fc970
2 changed files with 8 additions and 9 deletions
|
|
@ -124,11 +124,10 @@ MaintainerNotes: |-
|
|||
Both SDK and NDK path are set to use fdroid ones.
|
||||
The auto accept license is disabled since fdroid sdkmanager doesn't support
|
||||
the --licenses argument.
|
||||
UpdateCheckMode stays as HTTP as the app has an older tag with a higher version number.
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/AndreMiras/EtherollApp/develop/src/etherollapp/version.py|__version_code__
|
||||
= (\d+)|.|__version__ = '(\d+\.\d+)'
|
||||
CurrentVersion: '2020.0322'
|
||||
CurrentVersionCode: 721202322
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: src/etherollapp/version.py|__version_code__ = (\d+)|.|__version__
|
||||
= '(\d+\.\d+)'
|
||||
CurrentVersion: '2019.1108'
|
||||
CurrentVersionCode: 721203008
|
||||
|
|
|
|||
|
|
@ -89,5 +89,5 @@ Builds:
|
|||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 10.0.0
|
||||
CurrentVersionCode: 53
|
||||
CurrentVersion: 10.0.2
|
||||
CurrentVersionCode: 55
|
||||
|
|
|
|||
Loading…
Reference in a new issue