Update baresip to 50.1.5 (250)

This commit is contained in:
F-Droid checkupdates bot 2023-02-03 10:02:02 +00:00
parent f042d888bc
commit 621da96fc6

View file

@ -2922,10 +2922,30 @@ Builds:
- popd
ndk: r25b
- versionName: 50.1.5
versionCode: 250
commit: 2631fc5b3b914b519f580790b8e1aa10c3077520
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.1.4
CurrentVersionCode: 249
CurrentVersion: 50.1.5
CurrentVersionCode: 250