aboutsummaryrefslogtreecommitdiff
path: root/development/rust/rust.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2018-08-04 21:00:44 +1200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-08-11 07:23:02 +0700
commit159d8491b5e1491e53c8b35e720abab5273a055e (patch)
tree52a106ca4087ef26b45f56522de7cdf39acff193 /development/rust/rust.SlackBuild
parent51d6927a2e32276f6d3a6e6b177db266659f9235 (diff)
development/rust: Updated for version 1.28.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'development/rust/rust.SlackBuild')
-rw-r--r--development/rust/rust.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/development/rust/rust.SlackBuild b/development/rust/rust.SlackBuild
index 98b0387c46..dfa914e405 100644
--- a/development/rust/rust.SlackBuild
+++ b/development/rust/rust.SlackBuild
@@ -26,20 +26,20 @@
PRGNAM=rust
SRCNAM="${PRGNAM}c"
-VERSION=${VERSION:-1.27.2}
+VERSION=${VERSION:-1.28.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Set this to YES to build with the system LLVM, or NO to use the bundled LLVM.
# YES is probably better (when it works...)
-# LLVM in Slackware14.2 is now too old to build rust 1.27.2
+# LLVM in Slackware14.2 is now too old to build rust 1.28.0
SYSTEM_LLVM=${SYSTEM_LLVM:-NO}
SYSTEM_LLVM=$(echo "$SYSTEM_LLVM" | tr '[:lower:]' '[:upper:]')
# Bootstrap variables (might not be kept updated for latest Rust):
-RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.26.0}
-RSTAGE0_DIR=${RSTAGE0_DIR:-2018-05-10}
-CSTAGE0_VERSION=${CSTAGE0_VERSION:-0.27.0}
+RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.27.2}
+RSTAGE0_DIR=${RSTAGE0_DIR:-2018-07-20}
+CSTAGE0_VERSION=${CSTAGE0_VERSION:-0.28.0}
CSTAGE0_DIR=${CSTAGE0_DIR:-$RSTAGE0_DIR}
if [ -z "$ARCH" ]; then