From ef5f9e1186ab1fb9ecb195af6da2a672919363b2 Mon Sep 17 00:00:00 2001 From: Andre Miras Date: Mon, 22 Apr 2019 22:21:12 +0200 Subject: [PATCH] Enables Etheroll auto update Uses the `HTTP` check mode to parse the `version.py` from the git repo. --- metadata/com.github.andremiras.etheroll.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/metadata/com.github.andremiras.etheroll.yml b/metadata/com.github.andremiras.etheroll.yml index 9a47d5712d..16c95da80b 100644 --- a/metadata/com.github.andremiras.etheroll.yml +++ b/metadata/com.github.andremiras.etheroll.yml @@ -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+)'