mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update InviZible Pro to 6.8.0 (23203)
This commit is contained in:
parent
29f303d9b7
commit
a6b0a516f9
1 changed files with 78 additions and 2 deletions
|
|
@ -803,6 +803,82 @@ Builds:
|
|||
- popd
|
||||
ndk: 23.0.7599858
|
||||
|
||||
- versionName: 6.8.0
|
||||
versionCode: 23202
|
||||
commit: a552d9fec186e69038acbbec5983ec452cb89931
|
||||
subdir: tordnscrypt
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y autogen automake autopoint bzip2 g++ gettext golang-go
|
||||
libc-dev libtool make pkg-config rename shtool
|
||||
init:
|
||||
- sed -i -e "s/ndkVersion .*/ndkVersion '23.0.7599858'/" build.gradle
|
||||
- libs/prebuild
|
||||
- cd libs/dnscrypt-proxy
|
||||
- git checkout 0da41e80d0275743a24b2618ed1bbab031c5551e
|
||||
gradle:
|
||||
- fdroid
|
||||
- armv7a
|
||||
srclibs:
|
||||
- go@go1.21.3
|
||||
rm:
|
||||
- PurpleI2PBuildScript/external/libs/openssl/fuzz/corpora
|
||||
- TorBuildScript/external/openssl/fuzz/corpora
|
||||
prebuild: sdkmanager 'ndk;21.4.7075529' 'cmake;3.18.1'
|
||||
scandelete:
|
||||
- tordnscrypt/libs
|
||||
- TorBuildScript/external
|
||||
build:
|
||||
- pushd $$go$$/src
|
||||
- ./make.bash
|
||||
- popd
|
||||
- export PATH=$$go$$/bin:$PATH
|
||||
- NDK="$$SDK$$/ndk/21.4.7075529" libs/build
|
||||
- pushd libs
|
||||
- mv Nflog-android conjure dnscrypt-proxy libzmq lyrebird snowflake webtunnel
|
||||
~
|
||||
- popd
|
||||
ndk: 23.0.7599858
|
||||
|
||||
- versionName: 6.8.0
|
||||
versionCode: 23203
|
||||
commit: a552d9fec186e69038acbbec5983ec452cb89931
|
||||
subdir: tordnscrypt
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y autogen automake autopoint bzip2 g++ gettext golang-go
|
||||
libc-dev libtool make pkg-config rename shtool
|
||||
init:
|
||||
- sed -i -e "s/ndkVersion .*/ndkVersion '23.0.7599858'/" build.gradle
|
||||
- libs/prebuild
|
||||
- cd libs/dnscrypt-proxy
|
||||
- git checkout 0da41e80d0275743a24b2618ed1bbab031c5551e
|
||||
gradle:
|
||||
- fdroid
|
||||
- arm64
|
||||
srclibs:
|
||||
- go@go1.21.3
|
||||
rm:
|
||||
- PurpleI2PBuildScript/external/libs/openssl/fuzz/corpora
|
||||
- TorBuildScript/external/openssl/fuzz/corpora
|
||||
prebuild: sdkmanager 'ndk;21.4.7075529' 'cmake;3.18.1'
|
||||
scandelete:
|
||||
- tordnscrypt/libs
|
||||
- TorBuildScript/external
|
||||
build:
|
||||
- pushd $$go$$/src
|
||||
- ./make.bash
|
||||
- popd
|
||||
- export PATH=$$go$$/bin:$PATH
|
||||
- NDK="$$SDK$$/ndk/21.4.7075529" libs/build arm64
|
||||
- pushd libs
|
||||
- mv Nflog-android conjure dnscrypt-proxy libzmq lyrebird snowflake webtunnel
|
||||
~
|
||||
- popd
|
||||
ndk: 23.0.7599858
|
||||
|
||||
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"
|
||||
|
||||
|
|
@ -812,5 +888,5 @@ VercodeOperation:
|
|||
- 100 * %c + 2
|
||||
- 100 * %c + 3
|
||||
UpdateCheckData: tordnscrypt/build.gradle|versionCode\s(\d+)|.|versionName\s"([\d.]+)"
|
||||
CurrentVersion: 6.7.1
|
||||
CurrentVersionCode: 22603
|
||||
CurrentVersion: 6.8.0
|
||||
CurrentVersionCode: 23203
|
||||
|
|
|
|||
Loading…
Reference in a new issue