Update baresip to 30.0.0 (164)

This commit is contained in:
F-Droid checkupdates bot 2021-05-01 03:45:37 +00:00
parent a3497132eb
commit 5fbaac59cd

View file

@ -1690,10 +1690,27 @@ Builds:
- popd
ndk: r21e
- versionName: 30.0.0
versionCode: 164
commit: 30.0.0
subdir: app
gradle:
- yes
srclibs:
- libbaresip-android@20.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: r21e
MaintainerNotes: make download-sources checks out master branches of several libraries;
this can cause build failures.
AutoUpdateMode: Version %v
UpdateCheckMode: Tags ^[0-9.]+$
CurrentVersion: 29.2.0
CurrentVersionCode: 162
CurrentVersion: 30.0.0
CurrentVersionCode: 164