diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-01-31 03:36:03 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-01-31 08:59:47 +0100 |
commit | 0012caf61824ffcca7bbe5cd19b79612d6445307 (patch) | |
tree | b8a3e0a1d753928e6b455791110c483d07c89de5 /source/d/rust/rust.SlackBuild | |
parent | 51327bd0f57ceb2ecbb378d64c48fade02ecb361 (diff) | |
download | current-0012caf61824ffcca7bbe5cd19b79612d6445307.tar.gz |
Fri Jan 31 03:36:03 UTC 202020200131033603
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.
Diffstat (limited to 'source/d/rust/rust.SlackBuild')
-rwxr-xr-x | source/d/rust/rust.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/d/rust/rust.SlackBuild b/source/d/rust/rust.SlackBuild index d7d2085e..2aa96638 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: |