mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update InviZible Pro to 5.6.0 (2154)
This commit is contained in:
parent
a4f06557a1
commit
bd0f64b9db
1 changed files with 30 additions and 2 deletions
|
|
@ -156,9 +156,37 @@ Builds:
|
|||
build: libs/build
|
||||
ndk: r20b
|
||||
|
||||
- versionName: 5.6.0
|
||||
versionCode: 2154
|
||||
commit: 88220c6bdf56f4a12dbd3be8c0fefdddcb086128
|
||||
subdir: tordnscrypt
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y autogen g++
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
- curl -Lso go.tar.gz https://golang.org/dl/go1.17.3.linux-amd64.tar.gz
|
||||
- echo "550f9845451c0c94be679faf116291e7807a8d78b43149f9506c1b15eb89008c go.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf go.tar.gz --strip-components=1 -C /usr/local/
|
||||
init:
|
||||
- sed -i -e "s/ndkVersion .*/ndkVersion '20.1.5948944'/" build.gradle
|
||||
- libs/prebuild
|
||||
gradle:
|
||||
- fdroidArmv7a
|
||||
rm:
|
||||
- TorBuildScript/external/openssl/fuzz
|
||||
- PurpleI2PBuildScript/external/libs/openssl/fuzz
|
||||
scandelete:
|
||||
- tordnscrypt/libs
|
||||
- TorBuildScript/external
|
||||
build: libs/build
|
||||
ndk: r20b
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*-stable$
|
||||
VercodeOperation: 2000 + %c
|
||||
UpdateCheckData: tordnscrypt/build.gradle|versionCode\s(\d+)|.|versionName\s"([\d.]+)"
|
||||
CurrentVersion: 5.5.0
|
||||
CurrentVersionCode: 2143
|
||||
CurrentVersion: 5.6.0
|
||||
CurrentVersionCode: 2154
|
||||
|
|
|
|||
Loading…
Reference in a new issue