Update baresip to 50.2.2 (253)

This commit is contained in:
F-Droid checkupdates bot 2023-02-17 09:45:18 +00:00
parent 742b2b95ed
commit b06b5a9453

View file

@ -2942,10 +2942,30 @@ Builds:
- popd
ndk: r25b
- versionName: 50.2.2
versionCode: 253
commit: 28b6c356758fdd0103f365b6867d7d993afe2027
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.5
CurrentVersionCode: 250
CurrentVersion: 50.2.2
CurrentVersionCode: 253