Merge branch 'feature/enable_etheroll_auto_update' into 'master'
Enables Etheroll auto update See merge request fdroid/fdroiddata!4768
This commit is contained in:
commit
f9d5c43f36
|
@ -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+)'
|
||||
|
|
Loading…
Reference in a new issue