From 8671afaccfaa682634ded0e80005a272d21d2829 Mon Sep 17 00:00:00 2001 From: Gene Carlson Date: Mon, 29 Apr 2024 12:21:07 +0900 Subject: development/rust16: Updated for version 1.77.2. Signed-off-by: Willy Sudiarto Raharjo --- development/rust16/rust16.SlackBuild | 4 ++-- development/rust16/rust16.info | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/development/rust16/rust16.SlackBuild b/development/rust16/rust16.SlackBuild index 1029773a03..9e73fcedb0 100644 --- a/development/rust16/rust16.SlackBuild +++ b/development/rust16/rust16.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=rust16 SRCNAM=rust -VERSION=${VERSION:-1.76.0} +VERSION=${VERSION:-1.77.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -103,7 +103,7 @@ rust-demangler-preview,\ rustfmt-preview find $PKG/opt/$PRGNAM/lib -type f -name "*.so" -exec chmod +x {} \; 2> /dev/null || true -# As of 1.76.0, stripping the libraries causes memory faults on Slackware64-15.0. +# As of 1.77.2, stripping the libraries causes memory faults on Slackware64-15.0. if [ $ARCH = "x86_64" ]; then find $PKG -print0 | xargs -0 file | grep "executable" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/development/rust16/rust16.info b/development/rust16/rust16.info index 588184a035..97d4823321 100644 --- a/development/rust16/rust16.info +++ b/development/rust16/rust16.info @@ -1,12 +1,12 @@ PRGNAM="rust16" -VERSION="1.76.0" +VERSION="1.77.2" HOMEPAGE="https://rust-lang.org" -DOWNLOAD="https://static.rust-lang.org/dist/2024-02-08/rust-1.76.0-i686-unknown-linux-gnu.tar.gz \ - https://static.rust-lang.org/dist/2024-02-08/rust-1.76.0-arm-unknown-linux-gnueabihf.tar.gz" -MD5SUM="9d8fb8d9d18987d3c65e781fd916adfa \ - 3f27044b6d18155a3849ae3d3958faf5" -DOWNLOAD_x86_64="https://static.rust-lang.org/dist/2024-02-08/rust-1.76.0-x86_64-unknown-linux-gnu.tar.gz" -MD5SUM_x86_64="3d00cf0861b0eb28e7010663dc59b2ed" +DOWNLOAD="https://static.rust-lang.org/dist/2024-04-09/rust-1.77.2-i686-unknown-linux-gnu.tar.gz \ + https://static.rust-lang.org/dist/2024-04-09/rust-1.77.2-arm-unknown-linux-gnueabihf.tar.gz" +MD5SUM="279c9bda8f7406629c5c7e1bb66cf365 \ + 454dd1e89f14825dd6279d4f5a1a24a2" +DOWNLOAD_x86_64="https://static.rust-lang.org/dist/2024-04-09/rust-1.77.2-x86_64-unknown-linux-gnu.tar.gz" +MD5SUM_x86_64="5df06513e998f33b00ed5d8920dc0cfc" REQUIRES="" MAINTAINER="K. Eugene Carlson" EMAIL="kvngncrlsn@gmail.com" -- cgit v1.2.3