mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-21 05:14:51 +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.
|
Both SDK and NDK path are set to use fdroid ones.
|
||||||
The auto accept license is disabled since fdroid sdkmanager doesn't support
|
The auto accept license is disabled since fdroid sdkmanager doesn't support
|
||||||
the --licenses argument.
|
the --licenses argument.
|
||||||
UpdateCheckMode stays as HTTP as the app has an older tag with a higher version number.
|
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: Tags ^v.*$
|
||||||
UpdateCheckData: https://raw.githubusercontent.com/AndreMiras/EtherollApp/develop/src/etherollapp/version.py|__version_code__
|
UpdateCheckData: src/etherollapp/version.py|__version_code__ = (\d+)|.|__version__
|
||||||
= (\d+)|.|__version__ = '(\d+\.\d+)'
|
= '(\d+\.\d+)'
|
||||||
CurrentVersion: '2020.0322'
|
CurrentVersion: '2019.1108'
|
||||||
CurrentVersionCode: 721202322
|
CurrentVersionCode: 721203008
|
||||||
|
|
|
||||||
|
|
@ -89,5 +89,5 @@ Builds:
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 10.0.0
|
CurrentVersion: 10.0.2
|
||||||
CurrentVersionCode: 53
|
CurrentVersionCode: 55
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue