mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-12 07:09:37 +00:00
Update XiVPN to 1.3.1 (263)
This commit is contained in:
parent
21f637911a
commit
87e4ef763c
1 changed files with 54 additions and 2 deletions
|
|
@ -381,6 +381,58 @@ Builds:
|
||||||
- sha256sum libxivpn_arm64.so
|
- sha256sum libxivpn_arm64.so
|
||||||
ndk: r27
|
ndk: r27
|
||||||
|
|
||||||
|
- versionName: 1.3.1
|
||||||
|
versionCode: 262
|
||||||
|
commit: 184af89c88904aad4be601358230b52dc564536e
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y -t bookworm-backports golang-go
|
||||||
|
gradle:
|
||||||
|
- x86_64
|
||||||
|
binary: https://github.com/Exclude0122/xivpn/releases/download/v%v/xivpn-x86_64.apk
|
||||||
|
srclibs:
|
||||||
|
- go@go1.23.3
|
||||||
|
build:
|
||||||
|
- pushd $$go$$/src
|
||||||
|
- ./make.bash
|
||||||
|
- popd
|
||||||
|
- export GOPATH=$$go$$
|
||||||
|
- export PATH="$GOPATH/bin:$PATH"
|
||||||
|
- cd ../libxivpn
|
||||||
|
- NDK=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64 ./build.sh x86_64
|
||||||
|
- mkdir ../app/src/main/jniLibs/x86_64
|
||||||
|
- cp libxivpn_x86_64.so ../app/src/main/jniLibs/x86_64/libxivpn.so
|
||||||
|
- sha256sum libxivpn_x86_64.so
|
||||||
|
ndk: r27
|
||||||
|
|
||||||
|
- versionName: 1.3.1
|
||||||
|
versionCode: 263
|
||||||
|
commit: 184af89c88904aad4be601358230b52dc564536e
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y -t bookworm-backports golang-go
|
||||||
|
gradle:
|
||||||
|
- arm64_v8a
|
||||||
|
binary: https://github.com/Exclude0122/xivpn/releases/download/v%v/xivpn-arm64_v8a.apk
|
||||||
|
srclibs:
|
||||||
|
- go@go1.23.3
|
||||||
|
build:
|
||||||
|
- pushd $$go$$/src
|
||||||
|
- ./make.bash
|
||||||
|
- popd
|
||||||
|
- export GOPATH=$$go$$
|
||||||
|
- export PATH="$GOPATH/bin:$PATH"
|
||||||
|
- cd ../libxivpn
|
||||||
|
- NDK=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64 ./build.sh arm64
|
||||||
|
- mkdir ../app/src/main/jniLibs/arm64-v8a
|
||||||
|
- cp libxivpn_arm64.so ../app/src/main/jniLibs/arm64-v8a/libxivpn.so
|
||||||
|
- sha256sum libxivpn_arm64.so
|
||||||
|
ndk: r27
|
||||||
|
|
||||||
AllowedAPKSigningKeys: d979100bc8cbb65843f8e52005c429856fd5faaf3d94ed64043bf796abfe9b18
|
AllowedAPKSigningKeys: d979100bc8cbb65843f8e52005c429856fd5faaf3d94ed64043bf796abfe9b18
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
|
|
@ -388,5 +440,5 @@ UpdateCheckMode: Tags
|
||||||
VercodeOperation:
|
VercodeOperation:
|
||||||
- '%c * 10 + 2'
|
- '%c * 10 + 2'
|
||||||
- '%c * 10 + 3'
|
- '%c * 10 + 3'
|
||||||
CurrentVersion: 1.3.0
|
CurrentVersion: 1.3.1
|
||||||
CurrentVersionCode: 253
|
CurrentVersionCode: 263
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue