mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update baresip+ to 17.1.0 (43)
This commit is contained in:
parent
7a1e411d23
commit
3c4201978f
1 changed files with 22 additions and 2 deletions
|
|
@ -655,10 +655,30 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
ndk: r21e
|
ndk: r21e
|
||||||
|
|
||||||
|
- versionName: 17.1.0
|
||||||
|
versionCode: 43
|
||||||
|
commit: v17.1.0
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y --no-install-recommends -t testing nasm
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- libbaresip-android@v13.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.plus|' Makefile
|
||||||
|
- make download-sources
|
||||||
|
- make install-all
|
||||||
|
- popd
|
||||||
|
ndk: r21e
|
||||||
|
|
||||||
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 v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags v.*[0-9]$
|
UpdateCheckMode: Tags v.*[0-9]$
|
||||||
CurrentVersion: 17.0.1
|
CurrentVersion: 17.1.0
|
||||||
CurrentVersionCode: 42
|
CurrentVersionCode: 43
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue