From a8b3ea8c5bef41b87cdeb8dda3ccfb769c678f68 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 7 Sep 2024 08:57:08 +0000 Subject: [PATCH] Update baresip to 60.4.2 (402) --- metadata/com.tutpro.baresip.yml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/metadata/com.tutpro.baresip.yml b/metadata/com.tutpro.baresip.yml index 9990344de3..17e61ce91a 100644 --- a/metadata/com.tutpro.baresip.yml +++ b/metadata/com.tutpro.baresip.yml @@ -3844,10 +3844,28 @@ Builds: - make all ndk: 26.3.11579264 + - versionName: 60.4.2 + versionCode: 402 + commit: e02ebf0a6eb97e2b3fe84a4b9c94fb1e46fc3d41 + subdir: app + submodules: true + sudo: + - apt-get update + - apt-get install -y automake cmake libre-dev libtool make pkg-config wget + gradle: + - yes + prebuild: sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|..|' + ../libbaresip-android/Makefile + build: + - cd ../libbaresip-android + - make download-sources + - make all + ndk: 26.3.11579264 + MaintainerNotes: make download-sources checks out master branches of several libraries; this can cause build failures. AutoUpdateMode: Version UpdateCheckMode: Tags ^[0-9.]+$ -CurrentVersion: 60.4.1 -CurrentVersionCode: 401 +CurrentVersion: 60.4.2 +CurrentVersionCode: 402