Update baresip to 60.0.0 (396)

This commit is contained in:
F-Droid checkupdates bot 2024-03-20 09:04:31 +00:00
parent 1f86dc91e8
commit a8d46f766c

View file

@ -3736,10 +3736,29 @@ Builds:
- make all
ndk: r26c
- versionName: 60.0.0
versionCode: 396
commit: 806339eb5853500f79786f7ba8ca3ae5101d3cc5
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
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.7.0
CurrentVersionCode: 395
CurrentVersion: 60.0.0
CurrentVersionCode: 396