diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-04-07 22:11:23 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-04-08 06:59:46 +0200 |
commit | 81dbcfdf6252f8dc364b746c0c24377548bb4ca4 (patch) | |
tree | cab43ecc62b210658fdf39bbf89e122be93e0830 /source/d/rust/rust.SlackBuild | |
parent | bfece22130a1673e30695d7c5e563b9eace2b915 (diff) | |
download | current-81dbcfdf6252f8dc364b746c0c24377548bb4ca4.tar.gz current-81dbcfdf6252f8dc364b746c0c24377548bb4ca4.tar.xz |
Thu Apr 7 22:11:23 UTC 202220220407221123
a/gzip-1.12-x86_64-1.txz: Upgraded.
d/meson-0.62.0-x86_64-1.txz: Upgraded.
d/rust-1.60.0-x86_64-1.txz: Upgraded.
l/libsigc++-2.10.8-x86_64-1.txz: Upgraded.
n/libgpg-error-1.45-x86_64-1.txz: Upgraded.
x/xf86-video-dummy-0.4.0-x86_64-1.txz: Upgraded.
xap/libnma-1.8.38-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 848e50633..2a960a8ed 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.59.0} +VERSION=${VERSION:-1.60.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.58.0} -RSTAGE0_DIR=${RSTAGE0_DIR:-2022-01-13} -CSTAGE0_VERSION=${CSTAGE0_VERSION:-1.58.0} +RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.59.0} +RSTAGE0_DIR=${RSTAGE0_DIR:-2022-02-24} +CSTAGE0_VERSION=${CSTAGE0_VERSION:-1.59.0} CSTAGE0_DIR=${CSTAGE0_DIR:-$RSTAGE0_DIR} # Automatically determine the architecture we're building on: |