Update baresip+ to 21.1.0 (57)

This commit is contained in:
F-Droid checkupdates bot 2021-10-13 03:35:40 +00:00
parent 3cacc6bb5c
commit 3b1c2bb7ff

View file

@ -922,10 +922,32 @@ Builds:
- popd
ndk: r21e
- versionName: 21.1.0
versionCode: 57
commit: e4859c602ff0a800b0f1a66de9bd9df9ae17ff27
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y --no-install-recommends -t testing nasm
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
srclibs:
- libbaresip-android@v13.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: 21.0.0
CurrentVersionCode: 56
CurrentVersion: 21.1.0
CurrentVersionCode: 57