Merge branch 'update-weather-forecast-to-1.4.2' into 'master'
Update uk.org.boddie.android.weatherforecast to 1.4.2 (142) See merge request fdroid/fdroiddata!5852
This commit is contained in:
commit
bf8b5985ed
|
@ -97,6 +97,7 @@ Builds:
|
|||
|
||||
- versionName: 1.4.1
|
||||
versionCode: 141
|
||||
disable: Broken srclib dependency
|
||||
commit: 1.4.1
|
||||
sudo: apt-get install -y python-crypto python-pygments markdown python-markdown
|
||||
imagemagick pngquant python-cairosvg
|
||||
|
@ -109,6 +110,20 @@ Builds:
|
|||
- popd
|
||||
build: PYTHONPATH=$$duck-git$$ ./build.py output.apk
|
||||
|
||||
- versionName: 1.4.2
|
||||
versionCode: 142
|
||||
commit: 1.4.2
|
||||
sudo: apt-get install -y python-crypto python-pygments markdown python-markdown
|
||||
imagemagick pngquant python-cairosvg
|
||||
output: output.apk
|
||||
srclibs:
|
||||
- duck-git@1.0.6
|
||||
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
|
||||
|
@ -118,5 +133,5 @@ AutoUpdateMode: Version %v
|
|||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://bitbucket.org/dboddie/weather-forecast-android/raw/tip/build.py|version_code
|
||||
= "(.*)"|.|version = "(.*)"
|
||||
CurrentVersion: 1.4.1
|
||||
CurrentVersionCode: 141
|
||||
CurrentVersion: 1.4.2
|
||||
CurrentVersionCode: 142
|
||||
|
|
Loading…
Reference in a new issue