Upgrade ss-local from v3.2.0 to v3.2.5.
From this commit. The lowest support macOS version changed from 10.11 to 10.12.
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
let SS_LOCAL_VERSION = "3.1.3"
|
||||
let SS_LOCAL_VERSION = "3.2.5"
|
||||
let KCPTUN_CLIENT_VERSION = "v20170718"
|
||||
let V2RAY_PLUGIN_VERSION = "master"
|
||||
let PRIVOXY_VERSION = "3.0.26.static"
|
||||
|
@ -10,11 +10,12 @@
|
||||
cd `dirname "${BASH_SOURCE[0]}"`
|
||||
|
||||
NGDir="$HOME/Library/Application Support/ShadowsocksX-NG"
|
||||
TargetDir="$NGDir/ss-local-3.2.0"
|
||||
TargetDir="$NGDir/ss-local-3.2.5"
|
||||
LatestTargetDir="$NGDir/ss-local-latest"
|
||||
|
||||
echo ngdir: ${NGDir}
|
||||
|
||||
# 3.2.5 https://bintray.com/homebrew/bottles/shadowsocks-libev/
|
||||
mkdir -p "$TargetDir"
|
||||
cp -f ss-local "$TargetDir"
|
||||
rm -f "$LatestTargetDir"
|
||||
@ -30,13 +31,13 @@ ln -sfh "$TargetDir/libmbedcrypto.2.12.0.dylib" "$TargetDir/libmbedcrypto.3.dyl
|
||||
# 8.42 https://bintray.com/homebrew/bottles/pcre
|
||||
cp -f libpcre.1.dylib "$TargetDir"
|
||||
|
||||
# 1.0.16 https://bintray.com/homebrew/bottles/libsodium
|
||||
# 1.0.18 https://bintray.com/homebrew/bottles/libsodium
|
||||
cp -f libsodium.23.dylib "$TargetDir"
|
||||
ln -sfh "$TargetDir/libsodium.23.dylib" "$TargetDir/libsodium.dylib"
|
||||
|
||||
#cp -f libudns.0.dylib "$TargetDir"
|
||||
|
||||
# 1.14.0 https://bintray.com/homebrew/bottles/c-ares
|
||||
# 1.15.0 https://bintray.com/homebrew/bottles/c-ares
|
||||
cp -f libcares.2.dylib "$TargetDir"
|
||||
ln -sfh "$TargetDir/libcares.2.dylib" "$TargetDir/libcares.dylib"
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user