From c04fe1bf76af740552e559aec30c9e365a5c74df Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 16 Apr 2022 03:43:29 +0000 Subject: [PATCH] Update baresip+ to 32.0.0 (92) --- 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 42eecf7d52..f695284dfa 100644 --- a/metadata/com.tutpro.baresip.plus.yml +++ b/metadata/com.tutpro.baresip.plus.yml @@ -1451,10 +1451,32 @@ Builds: - popd ndk: r23b + - versionName: 32.0.0 + versionCode: 92 + commit: b79c2de30484f8339c1353f62b961f8ace567d20 + 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@v16.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: 31.2.0 -CurrentVersionCode: 91 +CurrentVersion: 32.0.0 +CurrentVersionCode: 92