Update baresip to 40.1.0 (200)

This commit is contained in:
F-Droid checkupdates bot 2022-02-09 03:40:16 +00:00
parent cea0ed1d29
commit 135f18df3c

View file

@ -2274,10 +2274,31 @@ Builds:
- popd
ndk: r23b
- versionName: 40.1.0
versionCode: 200
commit: c2f251695a0b1c769112490c80ef4cad3d111cf5
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
srclibs:
- libbaresip-android@23.0
build:
- pushd $$libbaresip-android$$
- sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip|'
Makefile
- make download-sources
- make install-all
- popd
ndk: r23b
MaintainerNotes: make download-sources checks out master branches of several libraries;
this can cause build failures.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[0-9.]+$
CurrentVersion: 40.0.1
CurrentVersionCode: 199
CurrentVersion: 40.1.0
CurrentVersionCode: 200