mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update Shadowsocks FOSS to 5.1.4 (50104000)
This commit is contained in:
parent
292493922f
commit
990f1327f1
1 changed files with 26 additions and 2 deletions
|
|
@ -99,7 +99,31 @@ Builds:
|
|||
x86_64-linux-android
|
||||
ndk: r21d
|
||||
|
||||
- versionName: 5.1.4
|
||||
versionCode: 50104000
|
||||
commit: v5.1.4
|
||||
subdir: mobile
|
||||
submodules: true
|
||||
gradle:
|
||||
- afat
|
||||
srclibs:
|
||||
- rustup@1.21.1
|
||||
prebuild:
|
||||
- echo "rust.rustcCommand=$HOME/.cargo/bin/rustc" >> ../local.properties
|
||||
- echo "rust.cargoCommand=$HOME/.cargo/bin/cargo" >> ../local.properties
|
||||
- echo "rust.pythonCommand=/usr/bin/python3" >> ../local.properties
|
||||
- sed -i 's/com.github.shadowsocks/com.gitlab.mahc9kez.shadowsocks.foss/' ../core/src/main/jni/badvpn/tun2socks/tun2socks.c
|
||||
scandelete:
|
||||
- core/src/main/jni/badvpn/lwip/test/fuzz/inputs
|
||||
build:
|
||||
- $$rustup$$/rustup-init.sh -y
|
||||
- source $HOME/.cargo/env
|
||||
- rustup default 1.45.2
|
||||
- rustup target add armv7-linux-androideabi aarch64-linux-android i686-linux-android
|
||||
x86_64-linux-android
|
||||
ndk: r21d
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags ^v
|
||||
CurrentVersion: 5.1.2
|
||||
CurrentVersionCode: 50102000
|
||||
CurrentVersion: 5.1.4
|
||||
CurrentVersionCode: 50104000
|
||||
|
|
|
|||
Loading…
Reference in a new issue