mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-12 17:28:05 +00:00
Update baresip+ to 37.0.0 (111)
This commit is contained in:
parent
d61e8f3a22
commit
329c8d58f4
1 changed files with 24 additions and 2 deletions
|
|
@ -1759,10 +1759,32 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
ndk: r23b
|
ndk: r23b
|
||||||
|
|
||||||
|
- versionName: 37.0.0
|
||||||
|
versionCode: 111
|
||||||
|
commit: e9066bed14858e74a82ebb7615e4a13b24540945
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y --no-install-recommends -t testing nasm
|
||||||
|
- apt-get install -y openjdk-11-jdk-headless wget
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- libbaresip-android@v18.0
|
||||||
|
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: r23b
|
||||||
|
|
||||||
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: 36.2.0
|
CurrentVersion: 37.0.0
|
||||||
CurrentVersionCode: 110
|
CurrentVersionCode: 111
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue