Update baresip to 51.0.0 (254)

This commit is contained in:
F-Droid checkupdates bot 2023-02-22 09:51:35 +00:00
parent ea248b152e
commit f73fe2ca1d

View file

@ -2962,10 +2962,30 @@ Builds:
- popd
ndk: r25b
- versionName: 51.0.0
versionCode: 254
commit: 1af605d1373666ffbf8e5102e2e28d1c56db5595
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: 50.2.2
CurrentVersionCode: 253
CurrentVersion: 51.0.0
CurrentVersionCode: 254