mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-16 03:01:44 +00:00
Update XiVPN to 1.2.4 (243)
This commit is contained in:
parent
8156309288
commit
7dd8114aab
1 changed files with 54 additions and 2 deletions
|
|
@ -277,6 +277,58 @@ Builds:
|
||||||
- sha256sum libxivpn_arm64.so
|
- sha256sum libxivpn_arm64.so
|
||||||
ndk: r27
|
ndk: r27
|
||||||
|
|
||||||
|
- versionName: 1.2.4
|
||||||
|
versionCode: 242
|
||||||
|
commit: 148f5a8b263cabea3f729f1d3e1a7be15d0393cd
|
||||||
|
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.2.4
|
||||||
|
versionCode: 243
|
||||||
|
commit: 148f5a8b263cabea3f729f1d3e1a7be15d0393cd
|
||||||
|
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
|
||||||
|
|
@ -284,5 +336,5 @@ UpdateCheckMode: Tags
|
||||||
VercodeOperation:
|
VercodeOperation:
|
||||||
- '%c * 10 + 2'
|
- '%c * 10 + 2'
|
||||||
- '%c * 10 + 3'
|
- '%c * 10 + 3'
|
||||||
CurrentVersion: 1.2.2
|
CurrentVersion: 1.2.4
|
||||||
CurrentVersionCode: 223
|
CurrentVersionCode: 243
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue