diff options
Diffstat (limited to 'development/rustup/rustup.SlackBuild')
-rw-r--r-- | development/rustup/rustup.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/rustup/rustup.SlackBuild b/development/rustup/rustup.SlackBuild index 4714285af4..fe543cc127 100644 --- a/development/rustup/rustup.SlackBuild +++ b/development/rustup/rustup.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for rustup # Copyright 2017-2021 Andrew Clemons, Wellington New Zealand -# Copyright 2023-2024 Andrew Clemons, Tokyo Japan +# Copyright 2023-2025 Andrew Clemons, Tokyo Japan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=rustup -VERSION=${VERSION:-1.27.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.28.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |