From b230b2296e7c7ec4f8e76f892b7fa3c739266e63 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 24 Jan 2021 03:30:20 +0000 Subject: [PATCH] Update baresip+ to 11.0.2 (28) --- 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 4b8da40a39..f71feb67f5 100644 --- a/metadata/com.tutpro.baresip.plus.yml +++ b/metadata/com.tutpro.baresip.plus.yml @@ -391,10 +391,30 @@ Builds: - popd ndk: r21d + - versionName: 11.0.2 + versionCode: 28 + commit: v11.0.2 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y --no-install-recommends -t testing nasm + gradle: + - yes + srclibs: + - libbaresip-android@v10.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: 11.0.1 -CurrentVersionCode: 27 +CurrentVersion: 11.0.2 +CurrentVersionCode: 28