summaryrefslogtreecommitdiffstats
path: root/source/d/rust/rust.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-10-16 22:10:00 +0000
committer Eric Hameleers <alien@slackware.com>2020-10-17 08:59:56 +0200
commit6062a6ffc3a32c08b02125f0ddb3eb5e6117edcd (patch)
tree4a058e5810c2ba87a73261151c4aaa5cbb1cfae9 /source/d/rust/rust.SlackBuild
parentc0ff7b557ffc730bda5043d376057b3040f55dd8 (diff)
downloadcurrent-4dc7b92993f3cf807a6a05003af833baa55a5c9a.tar.gz
current-4dc7b92993f3cf807a6a05003af833baa55a5c9a.tar.xz
Fri Oct 16 22:10:00 UTC 202020201016221000
d/rust-1.46.0-x86_64-2.txz: Rebuilt. Recompiled against llvm-11.0.0. Dropped back to the previous version of Rust, since the Mozilla things evidently aren't ready for the latest one. n/ca-certificates-20201016-noarch-1.txz: Upgraded. This update provides the latest CA certificates to check for the authenticity of SSL connections. n/ethtool-5.9-x86_64-1.txz: Upgraded. n/iproute2-5.9.0-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-78.3.3-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/78.3.3/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 6e8e6af1a..8f3508a54 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.47.0}
+VERSION=${VERSION:-1.46.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.46.0}
-RSTAGE0_DIR=${RSTAGE0_DIR:-2020-08-27}
-CSTAGE0_VERSION=${CSTAGE0_VERSION:-0.47.0}
+RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.45.2}
+RSTAGE0_DIR=${RSTAGE0_DIR:-2020-08-03}
+CSTAGE0_VERSION=${CSTAGE0_VERSION:-0.46.1}
CSTAGE0_DIR=${CSTAGE0_DIR:-$RSTAGE0_DIR}
# Automatically determine the architecture we're building on: