Update baresip+ to 1.3.0 (5)

This commit is contained in:
F-Droid checkupdates bot 2020-06-20 19:25:12 +00:00
parent c1b4a0ce98
commit 171741bbbe

View file

@ -91,10 +91,30 @@ Builds:
- popd
ndk: r21b
- versionName: 1.3.0
versionCode: 5
commit: v1.3.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@v3.0
build:
- pushd $$libbaresip-android$$
- sed -i -e 's|/opt/Android/Sdk/ndk-bundle|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip.plus|'
Makefile
- make download-sources
- make install-all
- popd
ndk: r21b
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: 1.2.0
CurrentVersionCode: 4
CurrentVersion: 1.3.0
CurrentVersionCode: 5