Update baresip to 59.7.0 (395)

This commit is contained in:
F-Droid checkupdates bot 2024-03-13 09:11:48 +00:00
parent c8cb50e7d4
commit 35d6c06f85

View file

@ -3715,10 +3715,31 @@ Builds:
- make all
ndk: r26c
- versionName: 59.7.0
versionCode: 395
commit: bdad9889294a4168074dba271c1edacfeef10da6
subdir: app
submodules: true
sudo:
- apt-get update
- apt-get install -y automake libre-dev libtool make pkg-config wget
- apt-get install -t bullseye-backports cmake
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
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: r26c
MaintainerNotes: make download-sources checks out master branches of several libraries;
this can cause build failures.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[0-9.]+$
CurrentVersion: 59.6.0
CurrentVersionCode: 394
CurrentVersion: 59.7.0
CurrentVersionCode: 395