From 4dd944452731e4660d45be66200e566b5d32e276 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Tue, 23 Apr 2019 17:49:06 +0100 Subject: [PATCH] Update MPD to 0.21.8 (30) --- metadata/org.musicpd.yml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/metadata/org.musicpd.yml b/metadata/org.musicpd.yml index 8bde4a4a26..c9445af506 100644 --- a/metadata/org.musicpd.yml +++ b/metadata/org.musicpd.yml @@ -65,7 +65,24 @@ Builds: - ninja android/apk/mpd-unsigned.apk ndk: r18b + - versionName: 0.21.8 + versionCode: 30 + commit: v0.21.8 + sudo: + - apt-get update || apt-get update + - apt-get install -y g++ imagemagick-6.q16 meson -t stretch-backports + output: output/android/android/apk/mpd-unsigned.apk + prebuild: mkdir -p output/android/android/classes/ + scandelete: + - src/haiku/ + build: + - cd output/android/ + - ../../android/build.py $$SDK$$ $$NDK$$ armeabi-v7a + - meson configure + - ninja android/apk/mpd-unsigned.apk + ndk: r18b + AutoUpdateMode: Version v%v UpdateCheckMode: Tags -CurrentVersion: 0.21.7 -CurrentVersionCode: 29 +CurrentVersion: 0.21.8 +CurrentVersionCode: 30