From 0eee3ff30dd8e9d4a146819a224254aac11f0fb4 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Wed, 29 Dec 2021 03:44:11 +0000 Subject: [PATCH] Update baresip+ to 24.4.0 (72) --- 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 36ba9559d8..620a66e7fd 100644 --- a/metadata/com.tutpro.baresip.plus.yml +++ b/metadata/com.tutpro.baresip.plus.yml @@ -1076,10 +1076,32 @@ Builds: - popd ndk: r23 + - versionName: 24.4.0 + versionCode: 72 + commit: 82428a787cb0cd63d159602da4f9448fa5467d49 + 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.3.0 -CurrentVersionCode: 71 +CurrentVersion: 24.4.0 +CurrentVersionCode: 72