From a5c69d0e2d733faf3216cb354fef6e5070f50cac Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Thu, 17 Nov 2022 20:21:25 +0000 Subject: [PATCH] Update uk.org.boddie.android.weatherforecast to 1.7.1 (171) --- .../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 06c7cd116b..a06d7ca61f 100644 --- a/metadata/uk.org.boddie.android.weatherforecast.yml +++ b/metadata/uk.org.boddie.android.weatherforecast.yml @@ -285,6 +285,22 @@ Builds: - popd build: PYTHONPATH=$$duck-git$$ ./build.py output.apk + - versionName: 1.7.1 + versionCode: 171 + commit: 2d008a44a2f7de02c55e24cc0836bfd1220ccc9a + sudo: + - apt-get update + - apt-get install -y python3-crypto python3-pygments python3-markdown imagemagick + pngquant openssl + 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 @@ -293,5 +309,5 @@ MaintainerNotes: |- AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: build.py|version_code = "(\d+)"|.|version = "(.*)" -CurrentVersion: 1.7.0 -CurrentVersionCode: 170 +CurrentVersion: 1.7.1 +CurrentVersionCode: 171