From 5f6007d261753ae3c1c53d9b027bb472c4cf3d43 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Tue, 16 Mar 2021 04:54:45 +0000 Subject: [PATCH] Update uk.org.boddie.android.weatherforecast to 1.5.6 (156) --- .../uk.org.boddie.android.weatherforecast.yml | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/metadata/uk.org.boddie.android.weatherforecast.yml b/metadata/uk.org.boddie.android.weatherforecast.yml index 5a509a1c77..85af7e2485 100644 --- a/metadata/uk.org.boddie.android.weatherforecast.yml +++ b/metadata/uk.org.boddie.android.weatherforecast.yml @@ -224,6 +224,22 @@ Builds: - popd build: PYTHONPATH=$$duck-git$$ ./build.py output.apk + - versionName: 1.5.6 + versionCode: 156 + commit: 1.5.6 + sudo: + - apt-get update || apt-get update + - apt-get install -y python-crypto python-pygments markdown python-markdown + imagemagick pngquant python-cairosvg + output: output.apk + srclibs: + - duck-git@1.0.7 + prebuild: + - pushd $$duck-git$$ + - git reset --hard `cat ../../uk.org.boddie.android.weatherforecast/deps/DUCK` + - popd + build: PYTHONPATH=$$duck-git$$ ./build.py output.apk + MaintainerNotes: |- From version 1.3.0, the app handles its own dependencies during the build, using the prebuild step to take a specific version of DUCK then update it @@ -233,5 +249,5 @@ AutoUpdateMode: Version %v UpdateCheckMode: HTTP UpdateCheckData: https://gitlab.com/dboddie/weather-forecast/-/raw/master/build.py|version_code = "(.*)"|.|version = "(.*)" -CurrentVersion: 1.5.5 -CurrentVersionCode: 155 +CurrentVersion: 1.5.6 +CurrentVersionCode: 156