mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update baresip to 37.0.0 (189)
This commit is contained in:
parent
c8a7a67e7b
commit
9d6d12b35a
1 changed files with 23 additions and 2 deletions
|
|
@ -2064,10 +2064,31 @@ Builds:
|
|||
- popd
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 37.0.0
|
||||
versionCode: 189
|
||||
commit: 07147e80c554d4cb9eaa2c7a8e01504766b7a1ed
|
||||
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@22.0
|
||||
build:
|
||||
- pushd $$libbaresip-android$$
|
||||
- sed -i -e 's!$(shell ls -d -1 /opt/Android/ndk/\* | tail -1)!$$NDK$$!' -e
|
||||
's|/usr/src/baresip-studio|../../com.tutpro.baresip|' Makefile
|
||||
- make download-sources
|
||||
- make install-all
|
||||
- popd
|
||||
ndk: r21e
|
||||
|
||||
MaintainerNotes: make download-sources checks out master branches of several libraries;
|
||||
this can cause build failures.
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^[0-9.]+$
|
||||
CurrentVersion: 36.2.0
|
||||
CurrentVersionCode: 188
|
||||
CurrentVersion: 37.0.0
|
||||
CurrentVersionCode: 189
|
||||
|
|
|
|||
Loading…
Reference in a new issue