From fdd411e2df08d8d3f836afd85f67395a7b55c6e2 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Tue, 27 Aug 2019 02:16:39 +0100 Subject: [PATCH] Update uk.org.boddie.android.weatherforecast to 1.4.0 (140) --- .../uk.org.boddie.android.weatherforecast.yml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/metadata/uk.org.boddie.android.weatherforecast.yml b/metadata/uk.org.boddie.android.weatherforecast.yml index ef5c1f61a7..8a549a7b4b 100644 --- a/metadata/uk.org.boddie.android.weatherforecast.yml +++ b/metadata/uk.org.boddie.android.weatherforecast.yml @@ -95,6 +95,20 @@ Builds: - popd build: PYTHONPATH=$$duck-git$$ ./build.py output.apk + - versionName: 1.4.0 + versionCode: 140 + commit: 1.4.0 + sudo: apt-get install -y python-crypto python-pygments markdown python-markdown + imagemagick pngquant python-cairosvg + output: output.apk + srclibs: + - duck-git@1.0.4 + 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 @@ -104,5 +118,5 @@ AutoUpdateMode: Version %v UpdateCheckMode: HTTP UpdateCheckData: https://bitbucket.org/dboddie/weather-forecast-android/raw/tip/build.py|version_code = "(.*)"|.|version = "(.*)" -CurrentVersion: 1.3.0 -CurrentVersionCode: 130 +CurrentVersion: 1.4.0 +CurrentVersionCode: 140