cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=shadowsocks-rust
-VERSION=${VERSION:-1.20.4}
+VERSION=${VERSION:-1.21.2}
BUILD=${BUILD:-1}
TAG=${TAG:-fsleg}
PKGTYPE=${PKGTYPE:-txz}
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# Use rust16 instead of system rust
-export PATH="/opt/rust16/bin:$PATH"
+# Use rust-opt instead of system rust
+export PATH="/opt/rust/bin:$PATH"
if [ -z "$LD_LIBRARY_PATH" ]; then
- export LD_LIBRARY_PATH="/opt/rust16/lib$LIBDIRSUFFIX"
+ export LD_LIBRARY_PATH="/opt/rust/lib$LIBDIRSUFFIX"
else
- export LD_LIBRARY_PATH="/opt/rust16/lib$LIBDIRSUFFIX:$LD_LIBRARY_PATH"
+ export LD_LIBRARY_PATH="/opt/rust/lib$LIBDIRSUFFIX:$LD_LIBRARY_PATH"
fi
# Compile the binaries; internet access is required
PRGNAM="shadowsocks-rust"
-VERSION="1.20.4"
+VERSION="1.21.2"
HOMEPAGE="https://github.com/shadowsocks/shadowsocks-rust"
-DOWNLOAD="https://github.com/shadowsocks/shadowsocks-rust/archive/v1.20.4/shadowsocks-rust-1.20.4.tar.gz"
-MD5SUM="348ecad402726c1cc4ad65ac3ea1ed99"
+DOWNLOAD="https://github.com/shadowsocks/shadowsocks-rust/archive/v1.21.2/shadowsocks-rust-1.21.2.tar.gz"
+MD5SUM="0360ef67392ffbaa38ea53c76f323cd5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="rust16"
+REQUIRES="rust-opt"
MAINTAINER="Vladislav 'fsLeg' Borisov"
EMAIL="fsleg@t-rg.ws"