From f2816c74973ba2f0ad7e68f585ff7d6b94bb9451 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Wed, 22 Dec 2021 03:43:08 +0000 Subject: [PATCH] Update baresip+ to 24.1.0 (69) --- 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 e3603adec0..ddb8401bd4 100644 --- a/metadata/com.tutpro.baresip.plus.yml +++ b/metadata/com.tutpro.baresip.plus.yml @@ -1054,10 +1054,32 @@ Builds: - popd ndk: r23 + - versionName: 24.1.0 + versionCode: 69 + commit: dd233d037f92f4182c7a9442185d6a620cfa13da + 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@v15.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: r23 + MaintainerNotes: make download-sources checks out master branches of several libraries; this can cause build failures. AutoUpdateMode: Version UpdateCheckMode: Tags v.*[0-9]$ -CurrentVersion: 24.0.1 -CurrentVersionCode: 68 +CurrentVersion: 24.1.0 +CurrentVersionCode: 69