mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-16 19:12:11 +00:00
Merge branch 'update-weather-forecast-to-1.5.0' into 'master'
Update uk.org.boddie.android.weatherforecast to 1.5.0 (150) See merge request fdroid/fdroiddata!7350
This commit is contained in:
commit
cf8a270959
1 changed files with 22 additions and 6 deletions
|
|
@ -1,14 +1,14 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Internet
|
- Internet
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
SourceCode: https://bitbucket.org/dboddie/weather-forecast-android
|
SourceCode: https://gitlab.com/dboddie/weather-forecast
|
||||||
|
|
||||||
Description: |-
|
Description: |-
|
||||||
This application downloads and displays weather forecasts from the yr.no
|
This application downloads and displays weather forecasts from the yr.no
|
||||||
service.
|
service.
|
||||||
|
|
||||||
RepoType: hg
|
RepoType: git
|
||||||
Repo: https://bitbucket.org/dboddie/weather-forecast-android
|
Repo: https://gitlab.com/dboddie/weather-forecast
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: 1.0.2
|
- versionName: 1.0.2
|
||||||
|
|
@ -144,6 +144,22 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
build: PYTHONPATH=$$duck-git$$ ./build.py output.apk
|
build: PYTHONPATH=$$duck-git$$ ./build.py output.apk
|
||||||
|
|
||||||
|
- versionName: 1.5.0
|
||||||
|
versionCode: 150
|
||||||
|
commit: 1.5.0
|
||||||
|
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: |-
|
MaintainerNotes: |-
|
||||||
From version 1.3.0, the app handles its own dependencies during the build,
|
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
|
using the prebuild step to take a specific version of DUCK then update it
|
||||||
|
|
@ -151,7 +167,7 @@ MaintainerNotes: |-
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: HTTP
|
||||||
UpdateCheckData: https://bitbucket.org/dboddie/weather-forecast-android/raw/tip/build.py|version_code
|
UpdateCheckData: https://gitlab.com/dboddie/weather-forecast/-/raw/master/build.py|version_code
|
||||||
= "(.*)"|.|version = "(.*)"
|
= "(.*)"|.|version = "(.*)"
|
||||||
CurrentVersion: 1.4.2
|
CurrentVersion: 1.5.0
|
||||||
CurrentVersionCode: 142
|
CurrentVersionCode: 150
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue