mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
Add BBC World Service Newshour Downloader
Fixes fdroid/rfp#1877 and closes fdroid/fdroiddata!9725
This commit is contained in:
parent
e8f38048aa
commit
6915fea5ca
1 changed files with 28 additions and 0 deletions
28
metadata/org.mfri.bbcworldservicenewshourdownloader.yml
Normal file
28
metadata/org.mfri.bbcworldservicenewshourdownloader.yml
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
Categories:
|
||||||
|
- Internet
|
||||||
|
- Multimedia
|
||||||
|
License: Apache-2.0
|
||||||
|
SourceCode: https://github.com/sapstern/newshourpodcasts
|
||||||
|
IssueTracker: https://github.com/sapstern/newshourpodcasts/issues
|
||||||
|
|
||||||
|
AutoName: BBC World Service Newshour Downloader
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/sapstern/newshourpodcasts.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: v1.2.0
|
||||||
|
versionCode: 120
|
||||||
|
commit: v1.2.0
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: v1.2.0
|
||||||
|
CurrentVersionCode: 120
|
||||||
Loading…
Reference in a new issue