Update baresip to 52.1.0 (258)

This commit is contained in:
F-Droid checkupdates bot 2023-03-17 10:08:26 +00:00
parent b2c9265ad0
commit 0413950086

View file

@ -3042,10 +3042,30 @@ Builds:
- popd
ndk: r25b
- versionName: 52.1.0
versionCode: 258
commit: dfdd9a458c36dfebf905fcc17398cca8f8f1e648
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: 52.0.0
CurrentVersionCode: 257
CurrentVersion: 52.1.0
CurrentVersionCode: 258