summaryrefslogtreecommitdiffstats
path: root/source/d/rust/rust.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-11-06 21:25:18 +0000
committer Eric Hameleers <alien@slackware.com>2020-11-07 08:59:53 +0100
commitaae320a395fbbe0be771ead4963da6d61e50c5ae (patch)
treeb28a177d33110ca0705d049a3bc6fac06034799e /source/d/rust/rust.SlackBuild
parent1e2b70eb9ad995e99d86e49d96104c090a860709 (diff)
downloadcurrent-aae320a395fbbe0be771ead4963da6d61e50c5ae.tar.gz
current-aae320a395fbbe0be771ead4963da6d61e50c5ae.tar.xz
Fri Nov 6 21:25:18 UTC 202020201106212518
d/rust-1.47.0-x86_64-2.txz: Rebuilt. Switch back to Rust 1.47.0 now that patches are available to fix Firefox and Thunderbird. xap/mozilla-thunderbird-78.4.1-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/78.4.1/releasenotes/
Diffstat (limited to 'source/d/rust/rust.SlackBuild')
-rwxr-xr-xsource/d/rust/rust.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/d/rust/rust.SlackBuild b/source/d/rust/rust.SlackBuild
index 8f3508a54..6e8e6af1a 100755
--- a/source/d/rust/rust.SlackBuild
+++ b/source/d/rust/rust.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=rust
SRCNAM="${PKGNAM}c"
-VERSION=${VERSION:-1.46.0}
+VERSION=${VERSION:-1.47.0}
BUILD=${BUILD:-2}
# Set this to YES to build with the system LLVM, or NO to use the bundled LLVM.
@@ -34,9 +34,9 @@ BUILD=${BUILD:-2}
SYSTEM_LLVM=${SYSTEM_LLVM:-YES}
# Bootstrap variables (might not be kept updated for latest Rust):
-RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.45.2}
-RSTAGE0_DIR=${RSTAGE0_DIR:-2020-08-03}
-CSTAGE0_VERSION=${CSTAGE0_VERSION:-0.46.1}
+RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.46.0}
+RSTAGE0_DIR=${RSTAGE0_DIR:-2020-08-27}
+CSTAGE0_VERSION=${CSTAGE0_VERSION:-0.47.0}
CSTAGE0_DIR=${CSTAGE0_DIR:-$RSTAGE0_DIR}
# Automatically determine the architecture we're building on: