update mbedtls version
Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
parent
60ae52d386
commit
0ccd2f6f88
|
|
@ -27,8 +27,8 @@ software=(Shadowsocks-Python ShadowsocksR Shadowsocks-Go Shadowsocks-libev)
|
|||
libsodium_file="libsodium-1.0.12"
|
||||
libsodium_url="https://github.com/jedisct1/libsodium/releases/download/1.0.12/libsodium-1.0.12.tar.gz"
|
||||
|
||||
mbedtls_file="mbedtls-2.4.0"
|
||||
mbedtls_url="https://tls.mbed.org/download/mbedtls-2.4.0-gpl.tgz"
|
||||
mbedtls_file="mbedtls-2.4.2"
|
||||
mbedtls_url="https://tls.mbed.org/download/mbedtls-2.4.2-gpl.tgz"
|
||||
|
||||
shadowsocks_python_file="shadowsocks-master"
|
||||
shadowsocks_python_url="https://github.com/shadowsocks/shadowsocks/archive/master.zip"
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@ cur_dir=`pwd`
|
|||
libsodium_file="libsodium-1.0.12"
|
||||
libsodium_url="https://github.com/jedisct1/libsodium/releases/download/1.0.12/libsodium-1.0.12.tar.gz"
|
||||
|
||||
mbedtls_file="mbedtls-2.4.0"
|
||||
mbedtls_url="https://tls.mbed.org/download/mbedtls-2.4.0-gpl.tgz"
|
||||
mbedtls_file="mbedtls-2.4.2"
|
||||
mbedtls_url="https://tls.mbed.org/download/mbedtls-2.4.2-gpl.tgz"
|
||||
|
||||
# Make sure only root can run our script
|
||||
rootness(){
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user