Update uk.org.boddie.android.weatherforecast to 1.7.3 (173) and AUM

This commit is contained in:
checkupdates bot 2025-01-28 10:57:58 +00:00 committed by Licaon_Kter
parent 7afa96823b
commit 4d31ce6083

View file

@ -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