Enables Etheroll auto update

Uses the `HTTP` check mode to parse the `version.py` from the git repo.
This commit is contained in:
Andre Miras 2019-04-22 22:21:12 +02:00
parent 78bccf7fc4
commit ef5f9e1186

View file

@ -4,6 +4,7 @@ License: MIT
SourceCode: https://github.com/AndreMiras/EtherollApp
IssueTracker: https://github.com/AndreMiras/EtherollApp/issues
Name: Etheroll
Summary: Gamble on blockchain through Etheroll smart contract
Description: |-
Cross platform Etheroll app built with Python and Kivy. Uses an Ethereum
@ -37,5 +38,7 @@ MaintainerNotes: |-
The auto accept license is disabled since fdroid sdkmanager doesn't support
the --licenses argument.
AutoUpdateMode: None
UpdateCheckMode: None
AutoUpdateMode: Version v%v
UpdateCheckMode: HTTP
UpdateCheckData: https://raw.githubusercontent.com/AndreMiras/EtherollApp/develop/src/version.py|__version_code__
= (\d+)|.|__version__ = '(\d+\.\d+)'