mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update PCAPdroid to 1.5.0 (51)
This commit is contained in:
parent
828f8d115c
commit
0bd83544e7
1 changed files with 22 additions and 2 deletions
|
|
@ -370,10 +370,30 @@ Builds:
|
||||||
- submodules/nDPI/tests
|
- submodules/nDPI/tests
|
||||||
ndk: r23b
|
ndk: r23b
|
||||||
|
|
||||||
|
- versionName: 1.5.0
|
||||||
|
versionCode: 51
|
||||||
|
commit: 9f3d120c4916e7d27613e8147743e5ff2687157a
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y build-essential libpcap-dev autogen libjson-c-dev libnuma-dev
|
||||||
|
libpcre2-dev
|
||||||
|
- apt-get install -y openjdk-11-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
|
||||||
|
'cmake;3.18.1' > /dev/null
|
||||||
|
scandelete:
|
||||||
|
- app/src/main/jni/tests/
|
||||||
|
- submodules/nDPI/tests
|
||||||
|
ndk: r23b
|
||||||
|
|
||||||
MaintainerNotes: Ignored files are the DB-IP country lite db and the DB-IP ASN lite
|
MaintainerNotes: Ignored files are the DB-IP country lite db and the DB-IP ASN lite
|
||||||
db licensed under CC-BY-4.0.
|
db licensed under CC-BY-4.0.
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 1.4.8
|
CurrentVersion: 1.5.0
|
||||||
CurrentVersionCode: 48
|
CurrentVersionCode: 51
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue