Update baresip to 23.2.0 (142)

This commit is contained in:
F-Droid checkupdates bot 2020-12-07 03:37:26 +00:00
parent c8025bc19f
commit 8bbd46f470

View file

@ -1397,10 +1397,27 @@ Builds:
- popd
ndk: r21d
- versionName: 23.2.0
versionCode: 142
commit: 23.2.0
subdir: app
gradle:
- yes
srclibs:
- libbaresip-android@19.0
build:
- pushd $$libbaresip-android$$
- sed -i -e 's!$(shell ls -d -1 /opt/Android/ndk/\* | tail -1)!$$NDK$$!' -e
's|/usr/src/baresip-studio|../../com.tutpro.baresip|' Makefile
- make download-sources
- make install-all
- popd
ndk: r21d
MaintainerNotes: make download-sources checks out master branches of several libraries;
this can cause build failures.
AutoUpdateMode: Version %v
UpdateCheckMode: Tags ^[0-9.]+$
CurrentVersion: 23.1.0
CurrentVersionCode: 141
CurrentVersion: 23.2.0
CurrentVersionCode: 142