mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update uk.org.boddie.android.weatherforecast to 1.7.1 (171)
This commit is contained in:
parent
8ed5900701
commit
a5c69d0e2d
1 changed files with 18 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue