summaryrefslogtreecommitdiffstats
path: root/development/rustup/rustup.SlackBuild
diff options
context:
space:
mode:
author Andrew Clemons2020-01-23 22:51:18 +0100
committer Willy Sudiarto Raharjo2020-01-26 02:10:04 +0100
commitf1ec4dfb9cb1d6855aecc768672374bfee4be4a3 (patch)
tree00e95a327a09af4d1faa3ff93fb0945d39fef7e4 /development/rustup/rustup.SlackBuild
parent897b63317bc089ec8d9173923d1ec148643090f3 (diff)
downloadslackbuilds-f1ec4dfb9cb1d6855aecc768672374bfee4be4a3.tar.gz
development/rustup: Updated MD5SUM.
The github project was renamed from rustup.rs to rustup. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'development/rustup/rustup.SlackBuild')
-rw-r--r--development/rustup/rustup.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/development/rustup/rustup.SlackBuild b/development/rustup/rustup.SlackBuild
index cdbef6668e..31af7cc25e 100644
--- a/development/rustup/rustup.SlackBuild
+++ b/development/rustup/rustup.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for rustup
-# Copyright 2017-2019 Andrew Clemons, Wellington New Zealand
+# Copyright 2017-2020 Andrew Clemons, Wellington New Zealand
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -65,9 +65,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM.rs-$VERSION
-tar xvf $CWD/$PRGNAM.rs-$VERSION.tar.gz
-cd $PRGNAM.rs-$VERSION
+rm -rf $PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+cd $PRGNAM-$VERSION
# build offline
# configuration tells cargo to use the configured directory