From 3a190f705a029e7ed4d7cb3b3b0dc78d2e1e85b6 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Fri, 4 Jun 2021 03:37:49 +0000 Subject: [PATCH] Update baresip+ to 17.3.0 (45) --- 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 3f48e00371..715bf815d1 100644 --- a/metadata/com.tutpro.baresip.plus.yml +++ b/metadata/com.tutpro.baresip.plus.yml @@ -695,10 +695,30 @@ Builds: - popd ndk: r21e + - versionName: 17.3.0 + versionCode: 45 + commit: v17.3.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@v13.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: r21e + 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: 17.2.0 -CurrentVersionCode: 44 +CurrentVersion: 17.3.0 +CurrentVersionCode: 45