Update baresip to 48.2.0 (231)

This commit is contained in:
F-Droid checkupdates bot 2022-09-09 03:54:09 +00:00
parent 300c7df909
commit 4f3736a7ff

View file

@ -2758,10 +2758,31 @@ Builds:
- popd
ndk: r23b
- versionName: 48.2.0
versionCode: 231
commit: 4b7537b588ea5bdff3183a28f828672dedd8a65f
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@25.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: 48.1.0
CurrentVersionCode: 230
CurrentVersion: 48.2.0
CurrentVersionCode: 231