From 04800d4ee95e01cf6170448ae17b3e867ade127a Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Wed, 6 Oct 2021 03:41:34 +0000 Subject: [PATCH] Update baresip+ to 21.0.0 (56) --- metadata/com.tutpro.baresip.plus.yml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/metadata/com.tutpro.baresip.plus.yml b/metadata/com.tutpro.baresip.plus.yml index 1c05f5d5d5..9dbf4daeaa 100644 --- a/metadata/com.tutpro.baresip.plus.yml +++ b/metadata/com.tutpro.baresip.plus.yml @@ -900,10 +900,32 @@ Builds: - popd ndk: r21e + - versionName: 21.0.0 + versionCode: 56 + commit: 8da0ccdf97c870ad24cf9f7c08a5d88c9e323aa0 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y --no-install-recommends -t testing nasm + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + 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: 20.0.0 -CurrentVersionCode: 55 +CurrentVersion: 21.0.0 +CurrentVersionCode: 56