mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update InviZible Pro to 7.0.0 (24303)
This commit is contained in:
parent
97719ff4b4
commit
79c20321fd
1 changed files with 66 additions and 2 deletions
|
|
@ -1007,6 +1007,70 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
ndk: r23b
|
ndk: r23b
|
||||||
|
|
||||||
|
- versionName: 7.0.0
|
||||||
|
versionCode: 24302
|
||||||
|
commit: 056878105172d2f8fddb883457ce38d925ca1f2c
|
||||||
|
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: 7.0.0
|
||||||
|
versionCode: 24303
|
||||||
|
commit: 056878105172d2f8fddb883457ce38d925ca1f2c
|
||||||
|
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
|
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"
|
to use those files and errors out "libc++_shared.so is not an ABI"
|
||||||
|
|
||||||
|
|
@ -1016,5 +1080,5 @@ VercodeOperation:
|
||||||
- 100 * %c + 2
|
- 100 * %c + 2
|
||||||
- 100 * %c + 3
|
- 100 * %c + 3
|
||||||
UpdateCheckData: tordnscrypt/build.gradle|versionCode\s(\d+)|.|versionName\s"([\d.]+)"
|
UpdateCheckData: tordnscrypt/build.gradle|versionCode\s(\d+)|.|versionName\s"([\d.]+)"
|
||||||
CurrentVersion: 6.9.1
|
CurrentVersion: 7.0.0
|
||||||
CurrentVersionCode: 23903
|
CurrentVersionCode: 24303
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue