mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update baresip to 46.0.1 (220)
This commit is contained in:
parent
f12ff935d7
commit
1aea5272da
1 changed files with 23 additions and 2 deletions
|
|
@ -2590,10 +2590,31 @@ Builds:
|
|||
- popd
|
||||
ndk: r23b
|
||||
|
||||
- versionName: 46.0.1
|
||||
versionCode: 220
|
||||
commit: 5cefde540520a77d2a45dfbdb0e2ded4629f8c00
|
||||
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: 46.0.0
|
||||
CurrentVersionCode: 219
|
||||
CurrentVersion: 46.0.1
|
||||
CurrentVersionCode: 220
|
||||
|
|
|
|||
Loading…
Reference in a new issue