Update baresip+ to 23.2.1 (65)

This commit is contained in:
F-Droid checkupdates bot 2021-11-26 03:41:53 +00:00
parent 7d2aab7a0b
commit 99ddd95927

View file

@ -1010,10 +1010,32 @@ Builds:
- popd
ndk: r23
- versionName: 23.2.1
versionCode: 65
commit: e1c3a96c595aa60070277cf6e43804cb6cdf9cb7
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: 23.2.0
CurrentVersionCode: 64
CurrentVersion: 23.2.1
CurrentVersionCode: 65