diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2025-03-11 21:27:47 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-03-15 09:19:18 +0700 |
commit | 0651c64ae66651f610341c026eae674302cd4112 (patch) | |
tree | 568cbe730c80c5d77d87a3bbdc0199b26d6c68c0 /development/rustup/rustup.SlackBuild | |
parent | e5405f26ad28efc275f34702fff2b1e26e0ee5b1 (diff) |
development/rustup: Updated for version 1.28.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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..6f3f498bc4 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.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |