Update baresip to 46.0.0 (219)

This commit is contained in:
F-Droid checkupdates bot 2022-05-30 03:41:36 +00:00
parent 5ccd2089c5
commit 93144bcfb4

View file

@ -2569,10 +2569,31 @@ Builds:
- popd
ndk: r23b
- versionName: 46.0.0
versionCode: 219
commit: a2c01e40246a18470ab00a8e57f793fff24837b7
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: 45.1.2
CurrentVersionCode: 217
CurrentVersion: 46.0.0
CurrentVersionCode: 219