Misc checkupdate fixes

This commit is contained in:
Jochen Sprickerhof 2021-06-18 07:59:33 +02:00
parent 2a2997b76b
commit 246c7fc970
2 changed files with 8 additions and 9 deletions

View file

@ -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

View file

@ -89,5 +89,5 @@ Builds:
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 10.0.0
CurrentVersionCode: 53
CurrentVersion: 10.0.2
CurrentVersionCode: 55