Update baresip to 51.2.0 (256)

This commit is contained in:
F-Droid checkupdates bot 2023-03-04 09:55:44 +00:00
parent 4f3c6e74f5
commit 8464c12ae8

View file

@ -3002,10 +3002,30 @@ Builds:
- popd
ndk: r25b
- versionName: 51.2.0
versionCode: 256
commit: edb905bb0a2f6dad75032ef31cba187586e32a49
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
build:
- pushd ../libbaresip-android
- sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip|'
Makefile
- make download-sources
- make install-all
- popd
ndk: r25b
MaintainerNotes: make download-sources checks out master branches of several libraries;
this can cause build failures.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[0-9.]+$
CurrentVersion: 51.1.0
CurrentVersionCode: 255
CurrentVersion: 51.2.0
CurrentVersionCode: 256