From 4d31ce608363cea90fc4ed83a84cbc53df731008 Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Tue, 28 Jan 2025 10:57:58 +0000 Subject: [PATCH] Update uk.org.boddie.android.weatherforecast to 1.7.3 (173) and AUM --- .../uk.org.boddie.android.weatherforecast.yml | 24 ++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/metadata/uk.org.boddie.android.weatherforecast.yml b/metadata/uk.org.boddie.android.weatherforecast.yml index 712dad32a9..3d4de72bbd 100644 --- a/metadata/uk.org.boddie.android.weatherforecast.yml +++ b/metadata/uk.org.boddie.android.weatherforecast.yml @@ -256,13 +256,31 @@ Builds: - data/cities5000.zip build: PYTHONPATH=$$duck-git$$ ./build.py output.apk + - versionName: 1.7.3 + versionCode: 173 + commit: 3b86d0d433c27cf6e2fc18919bf9ea2db11c1d8a + sudo: + - apt-get update + - apt-get install -y python3-pycryptodome python3-pygments python3-markdown + imagemagick pngquant openssl wget librsvg2-bin + output: output.apk + srclibs: + - duck-git@1.0.7 + prebuild: + - git -C $$duck-git$$ reset --hard `cat deps/DUCK | head -n1` + - cd data + - bash ./fetch.sh + scanignore: + - data/cities5000.zip + 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 to the version given in the app's deps/DUCK file. -AutoUpdateMode: None +AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: build.py|version_code = "(\d+)"|.|version = "(.*)" -CurrentVersion: 1.7.2 -CurrentVersionCode: 172 +CurrentVersion: 1.7.3 +CurrentVersionCode: 173