mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-15 10:41:43 +00:00
Update baresip to 60.4.2 (402)
This commit is contained in:
parent
131957b7ce
commit
a8b3ea8c5b
1 changed files with 20 additions and 2 deletions
|
|
@ -3844,10 +3844,28 @@ Builds:
|
||||||
- make all
|
- make all
|
||||||
ndk: 26.3.11579264
|
ndk: 26.3.11579264
|
||||||
|
|
||||||
|
- versionName: 60.4.2
|
||||||
|
versionCode: 402
|
||||||
|
commit: e02ebf0a6eb97e2b3fe84a4b9c94fb1e46fc3d41
|
||||||
|
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
|
||||||
|
build:
|
||||||
|
- cd ../libbaresip-android
|
||||||
|
- make download-sources
|
||||||
|
- make all
|
||||||
|
ndk: 26.3.11579264
|
||||||
|
|
||||||
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 ^[0-9.]+$
|
UpdateCheckMode: Tags ^[0-9.]+$
|
||||||
CurrentVersion: 60.4.1
|
CurrentVersion: 60.4.2
|
||||||
CurrentVersionCode: 401
|
CurrentVersionCode: 402
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue