mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-17 03:22:25 +00:00
Update baresip+ to 37.3.1 (120)
This commit is contained in:
parent
32bf4ed081
commit
9806cf1837
1 changed files with 22 additions and 2 deletions
|
|
@ -1820,10 +1820,30 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
ndk: r25b
|
ndk: r25b
|
||||||
|
|
||||||
|
- versionName: 37.3.1
|
||||||
|
versionCode: 120
|
||||||
|
commit: 6e4633bd9a0e922cba9c21b1f320cbbd7ca082b9
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y wget make libtool m4 automake pkg-config
|
||||||
|
- apt-get install -t bullseye-backports cmake
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
build:
|
||||||
|
- pushd ../libbaresip-android
|
||||||
|
- sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip.plus|'
|
||||||
|
Makefile
|
||||||
|
- make download-sources
|
||||||
|
- make install-all
|
||||||
|
- popd
|
||||||
|
ndk: r25b
|
||||||
|
|
||||||
MaintainerNotes: make download-sources checks out master branches of several libraries;
|
MaintainerNotes: make download-sources checks out master branches of several libraries;
|
||||||
this can cause build failures.
|
this can cause build failures.
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags v.*[0-9]$
|
UpdateCheckMode: Tags v.*[0-9]$
|
||||||
CurrentVersion: 37.2.0
|
CurrentVersion: 37.3.1
|
||||||
CurrentVersionCode: 117
|
CurrentVersionCode: 120
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue