forked from onekeyshell/kcptun_for_ss_ssr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
version.sh
23 lines (22 loc) · 1.33 KB
/
version.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash
# LIBSODIUM
export LIBSODIUM_VER=1.0.11
export LIBSODIUM_LINK="http://hz.wayrt.com/mirror/libsodium-${LIBSODIUM_VER}.tar.gz"
# MBEDTLS
export MBEDTLS_VER=2.4.0
export MBEDTLS_LINK="http://hz.wayrt.com/mirror/mbedtls-${MBEDTLS_VER}-gpl.tgz"
# SS_LIBEV
export SS_LIBEV_VER=3.0.6
export SS_LIBEV_LINK="https://github.com/shadowsocks/shadowsocks-libev/releases/download/v${SS_LIBEV_VER}/shadowsocks-libev-${SS_LIBEV_VER}.tar.gz"
export SS_LIBEV_YUM_INIT="https://raw.githubusercontent.com/wayrt7/kcptun_for_ss_ssr/master/ss_libev.init"
export SS_LIBEV_APT_INIT="https://raw.githubusercontent.com/wayrt7/kcptun_for_ss_ssr/master/ss_libev_apt.init"
# SSR
export SSR_VER=3.1.1
export SSR_LINK="https://github.com/shadowsocksr/shadowsocksr/archive/manyuser.zip"
export SSR_YUM_INIT="https://raw.githubusercontent.com/wayrt7/kcptun_for_ss_ssr/master/ssr.init"
export SSR_APT_INIT="https://raw.githubusercontent.com/wayrt7/kcptun_for_ss_ssr/master/ssr_apt.init"
# KCPTUN
export KCPTUN_VER=20170322
export KCPTUN_AMD64_LINK="https://github.com/xtaci/kcptun/releases/download/v${KCPTUN_VER}/kcptun-linux-amd64-${KCPTUN_VER}.tar.gz"
export KCPTUN_386_LINK="https://github.com/xtaci/kcptun/releases/download/v${KCPTUN_VER}/kcptun-linux-386-${KCPTUN_VER}.tar.gz"
export KCPTUN_INIT="https://raw.githubusercontent.com/wayrt7/kcptun_for_ss_ssr/master/kcptun.init"