Update baresip+ to 14.0.0 (31)

This commit is contained in:
F-Droid checkupdates bot 2021-02-07 03:38:58 +00:00
parent 165f32081e
commit b164da438f

View file

@ -431,10 +431,30 @@ Builds:
- popd
ndk: r21d
- versionName: 14.0.0
versionCode: 31
commit: v14.0.0
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y --no-install-recommends -t testing nasm
gradle:
- yes
srclibs:
- libbaresip-android@v11.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.plus|' 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%v
UpdateCheckMode: Tags v.*[0-9]$
CurrentVersion: 13.0.0
CurrentVersionCode: 30
CurrentVersion: 14.0.0
CurrentVersionCode: 31