Update baresip to 44.1.0 (212)

This commit is contained in:
F-Droid checkupdates bot 2022-04-03 04:05:38 +00:00
parent a7c56677c4
commit d2b021afd8

View file

@ -2442,10 +2442,31 @@ Builds:
- popd
ndk: r23b
- versionName: 44.1.0
versionCode: 212
commit: 730f9ddf90a94339575a80ba1d875be7d7cd5ad2
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: 44.0.0
CurrentVersionCode: 210
CurrentVersion: 44.1.0
CurrentVersionCode: 212