diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-10-08 22:53:32 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-10-09 08:59:54 +0200 |
commit | 20ed243b56ade59a2033588a28335148e4b44169 (patch) | |
tree | 5610a97da6db73f43df1c05f250cc177b52933bd /source/d/rust/rust.SlackBuild | |
parent | d9d3692e2b144d38d5cff9979b33442d90de51e3 (diff) | |
download | current-20ed243b56ade59a2033588a28335148e4b44169.tar.gz |
Thu Oct 8 22:53:32 UTC 202020201008225332
ap/cups-filters-1.28.4-x86_64-1.txz: Upgraded.
d/rust-1.47.0-x86_64-1.txz: Upgraded.
l/ocl-icd-2.2.13-x86_64-1.txz: Upgraded.
n/libqmi-1.26.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 9d0160f0..00287a5e 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:-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.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: |