mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update baresip to 45.1.1 (216)
This commit is contained in:
parent
e74300d847
commit
de7f5ed50a
1 changed files with 23 additions and 2 deletions
|
|
@ -2527,10 +2527,31 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
ndk: r23b
|
ndk: r23b
|
||||||
|
|
||||||
|
- versionName: 45.1.1
|
||||||
|
versionCode: 216
|
||||||
|
commit: 0e0e40a7cbd56739ca287803821b1f8534e8db4d
|
||||||
|
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;
|
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: 45.1.0
|
CurrentVersion: 45.1.1
|
||||||
CurrentVersionCode: 215
|
CurrentVersionCode: 216
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue