]> git.t-rg.ws Git - slackbuilds.git/commitdiff
shadowsocks-rust: updated to version 1.21.2; switched the requirement from rust16...
authorfsLeg <fsleg@t-rg.ws>
Sat, 30 Nov 2024 19:22:50 +0000 (22:22 +0300)
committerfsLeg <fsleg@t-rg.ws>
Sat, 30 Nov 2024 19:22:50 +0000 (22:22 +0300)
shadowsocks-rust/shadowsocks-rust.SlackBuild
shadowsocks-rust/shadowsocks-rust.info

index acd98c7a0cb324c2b8e359b1727dce8837fe05d7..9b302137a942025283f900d8b4f87516f6a4bd94 100755 (executable)
@@ -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
index 7feeb591a8ed0152cc7e048867f09ca06bf2bdbd..2d706e03c7a86230586ec1cd66f7e8b005d4873b 100644 (file)
@@ -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"