From 6915fea5ca2dd647ad3fd43d09f24ab6fd625f80 Mon Sep 17 00:00:00 2001 From: jugendhacker Date: Tue, 19 Oct 2021 14:57:34 +0200 Subject: [PATCH] Add BBC World Service Newshour Downloader Fixes fdroid/rfp#1877 and closes fdroid/fdroiddata!9725 --- ...mfri.bbcworldservicenewshourdownloader.yml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 metadata/org.mfri.bbcworldservicenewshourdownloader.yml diff --git a/metadata/org.mfri.bbcworldservicenewshourdownloader.yml b/metadata/org.mfri.bbcworldservicenewshourdownloader.yml new file mode 100644 index 0000000000..defa8b1eab --- /dev/null +++ b/metadata/org.mfri.bbcworldservicenewshourdownloader.yml @@ -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