Update InviZible Pro to 6.9.0 (23703)

This commit is contained in:
F-Droid checkupdates bot 2024-11-09 19:05:13 +00:00 committed by linsui
parent c8244b1313
commit 17dd6695f1

View file

@ -879,6 +879,70 @@ Builds:
- popd
ndk: 23.0.7599858
- versionName: 6.9.0
versionCode: 23702
commit: 2d8de32468f1b1f53bb993d7980a76fdc75c5ae3
subdir: tordnscrypt
submodules: true
sudo:
- apt-get update
- apt-get install -y autogen automake autopoint bzip2 g++ gettext libc-dev libtool
make pkg-config rename shtool
- apt-get install -y -t bookworm-backports golang-go
init:
- libs/prebuild
- cd libs/dnscrypt-proxy
- git checkout de75b7933a5cb2be5bc5af57fad4899d75876616
gradle:
- fdroid
- armv7a
rm:
- PurpleI2PBuildScript/external/libs/openssl/fuzz/corpora
- TorBuildScript/external/openssl/fuzz/corpora
prebuild: sdkmanager 'cmake;3.18.1'
scandelete:
- tordnscrypt/libs
- TorBuildScript/external
build:
- libs/build
- pushd libs
- mv Nflog-android conjure dnscrypt-proxy libzmq lyrebird snowflake webtunnel
~
- popd
ndk: r23b
- versionName: 6.9.0
versionCode: 23703
commit: 2d8de32468f1b1f53bb993d7980a76fdc75c5ae3
subdir: tordnscrypt
submodules: true
sudo:
- apt-get update
- apt-get install -y autogen automake autopoint bzip2 g++ gettext libc-dev libtool
make pkg-config rename shtool
- apt-get install -y -t bookworm-backports golang-go
init:
- libs/prebuild
- cd libs/dnscrypt-proxy
- git checkout de75b7933a5cb2be5bc5af57fad4899d75876616
gradle:
- fdroid
- arm64
rm:
- PurpleI2PBuildScript/external/libs/openssl/fuzz/corpora
- TorBuildScript/external/openssl/fuzz/corpora
prebuild: sdkmanager 'cmake;3.18.1'
scandelete:
- tordnscrypt/libs
- TorBuildScript/external
build:
- libs/build arm64
- pushd libs
- mv Nflog-android conjure dnscrypt-proxy libzmq lyrebird snowflake webtunnel
~
- popd
ndk: r23b
MaintainerNotes: We move the source libs folders out of the way else gradle tries
to use those files and errors out "libc++_shared.so is not an ABI"
@ -888,5 +952,5 @@ VercodeOperation:
- 100 * %c + 2
- 100 * %c + 3
UpdateCheckData: tordnscrypt/build.gradle|versionCode\s(\d+)|.|versionName\s"([\d.]+)"
CurrentVersion: 6.8.0
CurrentVersionCode: 23203
CurrentVersion: 6.9.0
CurrentVersionCode: 23703