diff options
Diffstat (limited to 'development/rust-opt/rust-opt.SlackBuild')
-rw-r--r-- | development/rust-opt/rust-opt.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/development/rust-opt/rust-opt.SlackBuild b/development/rust-opt/rust-opt.SlackBuild index cc65330f8d..dc5d3420cc 100644 --- a/development/rust-opt/rust-opt.SlackBuild +++ b/development/rust-opt/rust-opt.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for rust-opt -# Copyright 2024 K. Eugene Carlson Tsukuba, Japan +# Copyright 2024-2025 K. Eugene Carlson Tsukuba, Japan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=rust-opt SRCNAM=rust -VERSION=${VERSION:-1.82.0} +VERSION=${VERSION:-1.89.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -94,7 +94,6 @@ sed -i "s/PREFIX\/lib/PREFIX\/lib$LIBDIRSUFFIX/g" install.sh --without=clippy-preview,\ llvm-bitcode-linker-preview,\ llvm-tools-preview,\ -rls-preview,\ rust-analysis-$TRIPLET,\ rust-analyzer-preview,\ rust-docs,\ |