Update baresip to 39.1.0 (197)

This commit is contained in:
F-Droid checkupdates bot 2022-01-31 03:41:51 +00:00
parent 6210fcc85c
commit c895c4f135

View file

@ -2211,10 +2211,31 @@ Builds:
- popd
ndk: r23b
- versionName: 39.1.0
versionCode: 197
commit: c285719da185a52009d837e250a3de6e56f89e34
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: 39.0.0
CurrentVersionCode: 196
CurrentVersion: 39.1.0
CurrentVersionCode: 197