Update baresip to 49.1.1 (237)

This commit is contained in:
F-Droid checkupdates bot 2022-09-29 03:52:11 +00:00
parent 08e2823149
commit 6ee0de14cc

View file

@ -2821,10 +2821,31 @@ Builds:
- popd
ndk: r25b
- versionName: 49.1.1
versionCode: 237
commit: 92fdb341f84ad20ae6ff0556fe470a1e5f8c8d37
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless wget
- update-alternatives --auto java
gradle:
- yes
srclibs:
- libbaresip-android@26.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: r25b
MaintainerNotes: make download-sources checks out master branches of several libraries;
this can cause build failures.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[0-9.]+$
CurrentVersion: 49.0.1
CurrentVersionCode: 233
CurrentVersion: 49.1.1
CurrentVersionCode: 237