Update baresip+ to 60.0.0 (228)

This commit is contained in:
checkupdates bot 2025-11-29 04:23:55 +00:00 committed by linsui
parent eed4e2c1f4
commit 00a989bdb8

View file

@ -3472,10 +3472,30 @@ Builds:
- make all
ndk: 28.2.13676358
- versionName: 60.0.0
versionCode: 228
commit: 33ca947a02145cbaad2d4c99e8b6292097604637
subdir: app
submodules: true
sudo:
- apt-get update
- apt-get install -y automake cmake libre-dev libtool make pkg-config wget lbzip2
gradle:
- yes
prebuild:
- sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e "s|/usr/src/baresip-studio|$(realpath
..)|" ../libbaresip-android.video/Makefile
- sed -i -e '/foojay/d' ../settings.gradle.kts
build:
- cd ../libbaresip-android.video
- 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 v.*[0-9]$
CurrentVersion: 59.0.0
CurrentVersionCode: 227
CurrentVersion: 60.0.0
CurrentVersionCode: 228