Update baresip to 45.1.2 (217)

This commit is contained in:
F-Droid checkupdates bot 2022-05-10 03:47:09 +00:00
parent a88e56b5b5
commit 984b56d7db

View file

@ -2548,10 +2548,31 @@ Builds:
- popd
ndk: r23b
- versionName: 45.1.2
versionCode: 217
commit: b39c062561bd363930c7285b9d7cf5693411541b
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: 45.1.1
CurrentVersionCode: 216
CurrentVersion: 45.1.2
CurrentVersionCode: 217