diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2019-07-13 09:01:49 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-13 08:30:58 +0700 |
commit | 8a601f2802881c9c2086bbf85f848dfaa8180d98 (patch) | |
tree | 6b9349b6658c39e760e7e5e08c7df59274d828dc /development/rustup/rustup.SlackBuild | |
parent | 4c14ff99a7b1b41035f6a28fc7245ae884f23e98 (diff) |
development/rustup: Updated for version 1.18.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 a088ea4e91b9..cdbef6668e13 100644 --- a/development/rustup/rustup.SlackBuild +++ b/development/rustup/rustup.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for rustup -# Copyright 2017-2018 Andrew Clemons, Wellington New Zealand +# Copyright 2017-2019 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.16.0} +VERSION=${VERSION:-1.18.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |