From: fsLeg Date: Sat, 30 Nov 2024 19:22:50 +0000 (+0300) Subject: shadowsocks-rust: updated to version 1.21.2; switched the requirement from rust16... X-Git-Url: https://git.t-rg.ws/?a=commitdiff_plain;h=e32a0852fbbf4eb98345390564fb80b0bec95cf7;p=slackbuilds.git shadowsocks-rust: updated to version 1.21.2; switched the requirement from rust16 to rust-opt --- diff --git a/shadowsocks-rust/shadowsocks-rust.SlackBuild b/shadowsocks-rust/shadowsocks-rust.SlackBuild index acd98c7..9b30213 100755 --- a/shadowsocks-rust/shadowsocks-rust.SlackBuild +++ b/shadowsocks-rust/shadowsocks-rust.SlackBuild @@ -25,7 +25,7 @@ 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} @@ -86,12 +86,12 @@ find -L . \ \( -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 diff --git a/shadowsocks-rust/shadowsocks-rust.info b/shadowsocks-rust/shadowsocks-rust.info index 7feeb59..2d706e0 100644 --- a/shadowsocks-rust/shadowsocks-rust.info +++ b/shadowsocks-rust/shadowsocks-rust.info @@ -1,10 +1,10 @@ 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"