A Rust port of shadowsocks that superceded shadowsocks-libev.
-Shadowsocks is a fast tunnel proxy that helps you bypass firewalls.
\ No newline at end of file
+Shadowsocks is a fast tunnel proxy that helps you bypass firewalls.
+
+Since version 1.14.1 shadowsocks-rust requires `strip` function that
+came in rust-1.59 which is newer than what Slackware 15 has, so
+rust-for-mozilla from extra/ is required to build the package.
+
+This SlackBuild downloads nessessary crates to build the binaries,
+so internet connection is required. Then again, if you're going to
+use Shadowsocks, it shouldn't be a problem.
PRGNAM="shadowsocks-rust"
-VERSION="1.14.0"
+VERSION="1.14.3"
HOMEPAGE="https://github.com/shadowsocks/shadowsocks-rust"
-DOWNLOAD="https://github.com/shadowsocks/shadowsocks-rust/archive/refs/tags/v1.14.0.tar.gz"
-MD5SUM="335d21df84dbee7ed331d89e13718d25"
+DOWNLOAD="https://github.com/shadowsocks/shadowsocks-rust/archive/refs/tags/v1.14.3.tar.gz"
+MD5SUM="b2c880637fae59a9435a52ec4db40b56"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""