mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Merge branch 'juha-h-master-patch-44315' into 'master'
Update com.tutpro.baresip.yml See merge request fdroid/fdroiddata!7673
This commit is contained in:
commit
44bcac25b1
1 changed files with 19 additions and 2 deletions
|
|
@ -1346,10 +1346,27 @@ Builds:
|
|||
- popd
|
||||
ndk: r21d
|
||||
|
||||
- versionName: 22.1.0
|
||||
versionCode: 139
|
||||
commit: 22.1.0
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- libbaresip-android@17.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: r21d
|
||||
|
||||
MaintainerNotes: make download-sources checks out master branches of several libraries;
|
||||
this can cause build failures.
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags ^[0-9.]+$
|
||||
CurrentVersion: 22.0.0
|
||||
CurrentVersionCode: 138
|
||||
CurrentVersion: 22.1.0
|
||||
CurrentVersionCode: 139
|
||||
|
|
|
|||
Loading…
Reference in a new issue