From a972b76a2e751a67f1cd93a892ce6cc02662c6e9 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Mon, 12 Sep 2016 15:15:39 +0900 Subject: [PATCH] update shadowsocks-libev to version 2.5.2 --- shadowsocks-libev.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shadowsocks-libev.sh b/shadowsocks-libev.sh index b22cdb6..63f8897 100644 --- a/shadowsocks-libev.sh +++ b/shadowsocks-libev.sh @@ -20,7 +20,7 @@ echo #Current folder cur_dir=`pwd` -shadowsocks_libev_ver="shadowsocks-libev-2.5.1" +shadowsocks_libev_ver="shadowsocks-libev-2.5.2" # Make sure only root can run our script rootness(){ @@ -131,7 +131,7 @@ download_files(){ if [ -f ${shadowsocks_libev_ver}.zip ];then echo "${shadowsocks_libev_ver}.zip [found]" else - if ! wget --no-check-certificate https://github.com/shadowsocks/shadowsocks-libev/archive/v2.5.1.zip -O ${shadowsocks_libev_ver}.zip; then + if ! wget --no-check-certificate https://github.com/shadowsocks/shadowsocks-libev/archive/v2.5.2.zip -O ${shadowsocks_libev_ver}.zip; then echo "Failed to download ${shadowsocks_libev_ver}.zip" exit 1 fi