From 049dd713f1a379617c98b5dd7542bb071ac7c7ec Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Tue, 29 Dec 2020 03:26:09 +0000 Subject: [PATCH] Update baresip+ to 8.2.0 (22) --- metadata/com.tutpro.baresip.plus.yml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/metadata/com.tutpro.baresip.plus.yml b/metadata/com.tutpro.baresip.plus.yml index db1d0191b2..b0a3d40f9f 100644 --- a/metadata/com.tutpro.baresip.plus.yml +++ b/metadata/com.tutpro.baresip.plus.yml @@ -331,10 +331,30 @@ Builds: - popd ndk: r21d + - versionName: 8.2.0 + versionCode: 22 + commit: v8.2.0 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y --no-install-recommends -t testing nasm + gradle: + - yes + srclibs: + - libbaresip-android@v9.0 + build: + - pushd $$libbaresip-android$$ + - sed -i -e 's!$(shell ls -d -1 /opt/Android/ndk/\* | tail -1)!$$NDK$$!' -e + 's|/usr/src/baresip-studio|../../com.tutpro.baresip.plus|' Makefile + - make download-sources + - make install-all + - popd + ndk: r21d + MaintainerNotes: make download-sources checks out master branches of several libraries; this can cause build failures. AutoUpdateMode: Version v%v UpdateCheckMode: Tags v.*[0-9]$ -CurrentVersion: 8.1.0 -CurrentVersionCode: 21 +CurrentVersion: 8.2.0 +CurrentVersionCode: 22