Update baresip+ to 15.1.0 (36)

This commit is contained in:
F-Droid checkupdates bot 2021-03-23 03:33:02 +00:00
parent af35de8c25
commit 5807d8b7f8

View file

@ -531,10 +531,30 @@ Builds:
- popd
ndk: r21e
- versionName: 15.1.0
versionCode: 36
commit: v15.1.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: r21e
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: 15.0.0
CurrentVersionCode: 35
CurrentVersion: 15.1.0
CurrentVersionCode: 36