From 0012caf61824ffcca7bbe5cd19b79612d6445307 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Fri, 31 Jan 2020 03:36:03 +0000 Subject: Fri Jan 31 03:36:03 UTC 2020 a/inotify-tools-3.20.2-x86_64-1.txz: Upgraded. d/llvm-9.0.1-x86_64-3.txz: Rebuilt. Added polly-9.0.1 (polyhedral optimizations for LLVM). d/rust-1.41.0-x86_64-1.txz: Upgraded. Firefox test build succeeded, so I'll consider this update good. n/p11-kit-0.23.20-x86_64-1.txz: Upgraded. x/mtdev-1.1.6-x86_64-1.txz: Upgraded. --- 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 d7d2085e7..2aa966387 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.40.0} +VERSION=${VERSION:-1.41.0} BUILD=${BUILD:-1} # Set this to YES to build with the system LLVM, or NO to use the bundled LLVM. @@ -34,9 +34,9 @@ BUILD=${BUILD:-1} SYSTEM_LLVM=${SYSTEM_LLVM:-YES} # Bootstrap variables (might not be kept updated for latest Rust): -RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.39.0} -RSTAGE0_DIR=${RSTAGE0_DIR:-2019-11-07} -CSTAGE0_VERSION=${CSTAGE0_VERSION:-0.40.0} +RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.40.0} +RSTAGE0_DIR=${RSTAGE0_DIR:-2019-12-19} +CSTAGE0_VERSION=${CSTAGE0_VERSION:-0.41.0} CSTAGE0_DIR=${CSTAGE0_DIR:-$RSTAGE0_DIR} # Automatically determine the architecture we're building on: -- cgit v1.2.3