cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=shadowsocks-rust
-VERSION=${VERSION:-1.19.2}
+VERSION=${VERSION:-1.20.2}
BUILD=${BUILD:-1}
TAG=${TAG:-fsleg}
PKGTYPE=${PKGTYPE:-txz}
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-txz}
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE}
PRGNAM="shadowsocks-rust"
-VERSION="1.19.2"
+VERSION="1.20.2"
HOMEPAGE="https://github.com/shadowsocks/shadowsocks-rust"
-DOWNLOAD="https://github.com/shadowsocks/shadowsocks-rust/archive/v1.19.2/shadowsocks-rust-1.19.2.tar.gz"
-MD5SUM="f400861f0b4baa14a09914cca9057710"
+DOWNLOAD="https://github.com/shadowsocks/shadowsocks-rust/archive/v1.20.2/shadowsocks-rust-1.20.2.tar.gz"
+MD5SUM="de3c64356302a6632ab6f7b80db42d25"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rust16"