From 6062a6ffc3a32c08b02125f0ddb3eb5e6117edcd Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Fri, 16 Oct 2020 22:10:00 +0000 Subject: Fri Oct 16 22:10:00 UTC 2020 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/ --- source/d/rust/rust.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/d/rust/rust.SlackBuild') 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: -- cgit v1.2.3