Update baresip+ to 24.0.1 (68)

This commit is contained in:
F-Droid checkupdates bot 2021-12-18 03:35:49 +00:00
parent eb4fbc73ad
commit b72cde78ec

View file

@ -1032,10 +1032,32 @@ Builds:
- popd
ndk: r23
- versionName: 24.0.1
versionCode: 68
commit: 8bd963c6b16f153cb3d0d01e513eb531ed441fc0
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y --no-install-recommends -t testing nasm
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
srclibs:
- libbaresip-android@v15.0
build:
- pushd $$libbaresip-android$$
- sed -i -e 's!$(shell ls -d -1 /opt/Android/ndk/\* | tail -1)!$$NDK$$!' -e
's|/usr/src/baresip-studio|../../com.tutpro.baresip.plus|' Makefile
- make download-sources
- make install-all
- popd
ndk: r23
MaintainerNotes: make download-sources checks out master branches of several libraries;
this can cause build failures.
AutoUpdateMode: Version
UpdateCheckMode: Tags v.*[0-9]$
CurrentVersion: 24.0.0
CurrentVersionCode: 67
CurrentVersion: 24.0.1
CurrentVersionCode: 68