Update baresip+ to 20.0.0 (55)

This commit is contained in:
F-Droid checkupdates bot 2021-09-09 03:37:35 +00:00
parent 52f63ba8ce
commit 82ef5622b5

View file

@ -878,10 +878,32 @@ Builds:
- popd
ndk: r21e
- versionName: 20.0.0
versionCode: 55
commit: fb5643ec84640435f5f8523c88079debe0b8d2e4
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: 19.3.0
CurrentVersionCode: 54
CurrentVersion: 20.0.0
CurrentVersionCode: 55