diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-07-03 17:25:50 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-04 01:25:31 +0700 |
commit | ee4ed5fc1133009f5d82e7e0cc8f9c9db4753c87 (patch) | |
tree | 6be5688249a812ba4bbc6b04311638966f6cd7b9 /development/rustup/rustup.SlackBuild | |
parent | a6c1c663df2991a7cec51374d0fd521be74c7498 (diff) |
development/rustup: Updated for version 1.24.3.
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/rustup/rustup.SlackBuild b/development/rustup/rustup.SlackBuild index 53e51acebf7f0..9b0dfa4430f03 100644 --- a/development/rustup/rustup.SlackBuild +++ b/development/rustup/rustup.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for rustup -# Copyright 2017-2020 Andrew Clemons, Wellington New Zealand +# Copyright 2017-2021 Andrew Clemons, Wellington New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=rustup -VERSION=${VERSION:-1.23.1} +VERSION=${VERSION:-1.24.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |