Update baresip to 46.2.0 (223)

This commit is contained in:
F-Droid checkupdates bot 2022-07-04 03:42:42 +00:00
parent 84550533bf
commit da49d7f66e

View file

@ -2632,10 +2632,31 @@ Builds:
- popd
ndk: r23b
- versionName: 46.2.0
versionCode: 223
commit: bc6ec54647207a21eb48b8b51de124802ec9709e
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: 46.1.1
CurrentVersionCode: 222
CurrentVersion: 46.2.0
CurrentVersionCode: 223