From 9435b54951895f19d62cd48e1fafb66eb7718005 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 17 Sep 2022 03:50:27 +0000 Subject: [PATCH] Update baresip+ to 37.0.1 (112) --- 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 9d9ebab6ee..f1045e3378 100644 --- a/metadata/com.tutpro.baresip.plus.yml +++ b/metadata/com.tutpro.baresip.plus.yml @@ -1781,10 +1781,32 @@ Builds: - popd ndk: r23b + - versionName: 37.0.1 + versionCode: 112 + commit: 6374f44a6174a2c3dd776b78b0de1754746d92f4 + 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 wget + - update-alternatives --auto java + gradle: + - yes + srclibs: + - libbaresip-android@v18.0 + build: + - pushd $$libbaresip-android$$ + - sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip.plus|' + Makefile + - make download-sources + - make install-all + - popd + ndk: r23b + MaintainerNotes: make download-sources checks out master branches of several libraries; this can cause build failures. AutoUpdateMode: Version UpdateCheckMode: Tags v.*[0-9]$ -CurrentVersion: 37.0.0 -CurrentVersionCode: 111 +CurrentVersion: 37.0.1 +CurrentVersionCode: 112