mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update uk.org.boddie.android.weatherforecast to 1.6.1 (161)
This commit is contained in:
parent
97c1a9ebb1
commit
235035edb4
1 changed files with 18 additions and 2 deletions
|
|
@ -253,6 +253,22 @@ Builds:
|
|||
- popd
|
||||
build: PYTHONPATH=$$duck-git$$ ./build.py output.apk
|
||||
|
||||
- versionName: 1.6.1
|
||||
versionCode: 161
|
||||
commit: 1.6.1
|
||||
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
|
||||
|
|
@ -262,5 +278,5 @@ AutoUpdateMode: Version %v
|
|||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://gitlab.com/dboddie/weather-forecast/-/raw/master/build.py|version_code
|
||||
= "(.*)"|.|version = "(.*)"
|
||||
CurrentVersion: 1.6.0
|
||||
CurrentVersionCode: 160
|
||||
CurrentVersion: 1.6.1
|
||||
CurrentVersionCode: 161
|
||||
|
|
|
|||
Loading…
Reference in a new issue