Update baresip to 71.0.0 (453)

This commit is contained in:
checkupdates bot 2025-10-23 04:27:09 +00:00 committed by Licaon_Kter
parent c6999dfbd5
commit b9b2aabc63

View file

@ -4553,10 +4553,31 @@ Builds:
- make all
ndk: 28.2.13676358
- versionName: 71.0.0
versionCode: 453
commit: 06afa10de9a883a0ee023cfd12fd3dcf9788d89d
subdir: app
submodules: true
sudo:
- apt-get update
- apt-get install -y automake cmake libre-dev libtool make pkg-config wget
gradle:
- yes
prebuild:
- sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|..|'
../libbaresip-android/Makefile
- sed -i -e '/foojay/d' ../settings.gradle.kts
- sed -i -e '/gradleVersion/s/8.13.0/8.11.1/' ../gradle/libs.versions.toml
build:
- cd ../libbaresip-android
- make download-sources
- make all
ndk: 28.2.13676358
MaintainerNotes: make download-sources checks out master branches of several libraries;
this can cause build failures.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[0-9.]+$
CurrentVersion: 70.0.1
CurrentVersionCode: 452
CurrentVersion: 71.0.0
CurrentVersionCode: 453