diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-08-04 07:38:34 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-08-04 21:00:37 +0200 |
commit | a5d7f5b9eb10c91891a9fef0821727e856883b81 (patch) | |
tree | 0b0ac06d64949ad0229a6b6f9d363e94241b33ca /source/d/rust/rust.SlackBuild | |
parent | 564ec5a0ace4d77efaa63cccd7f542a454022b6d (diff) | |
download | current-a5d7f5b9eb10c91891a9fef0821727e856883b81.tar.gz |
Sat Aug 4 07:38:34 UTC 201820180804073834
a/dbus-1.12.10-x86_64-1.txz: Upgraded.
a/kernel-generic-4.14.60-x86_64-1.txz: Upgraded.
a/kernel-huge-4.14.60-x86_64-1.txz: Upgraded.
a/kernel-modules-4.14.60-x86_64-1.txz: Upgraded.
d/kernel-headers-4.14.60-x86-1.txz: Upgraded.
d/mercurial-4.7-x86_64-1.txz: Upgraded.
d/rust-1.28.0-x86_64-1.txz: Upgraded.
k/kernel-source-4.14.60-noarch-1.txz: Upgraded.
xap/blueman-2.0.6-x86_64-2.txz: Rebuilt.
Allow users in the netdev group to make changes.
Thanks to voleg, kgha, and zakame.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
testing/packages/glibc-2.28-x86_64-2.txz: Rebuilt.
Fixed compile issues when linking with libpthread.
testing/packages/glibc-i18n-2.28-x86_64-2.txz: Rebuilt.
testing/packages/glibc-profile-2.28-x86_64-2.txz: Rebuilt.
testing/packages/glibc-solibs-2.28-x86_64-2.txz: Rebuilt.
usb-and-pxe-installers/usbboot.img: Rebuilt.
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 8cc0ceda..c5294aec 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.27.2} +VERSION=${VERSION:-1.28.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:-NO} # Bootstrap variables (might not be kept updated for latest Rust): -RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.26.0} -RSTAGE0_DIR=${RSTAGE0_DIR:-2018-05-10} -CSTAGE0_VERSION=${CSTAGE0_VERSION:-0.27.0} +RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.27.2} +RSTAGE0_DIR=${RSTAGE0_DIR:-2018-07-20} +CSTAGE0_VERSION=${CSTAGE0_VERSION:-0.28.0} CSTAGE0_DIR=${CSTAGE0_DIR:-$RSTAGE0_DIR} # Automatically determine the architecture we're building on: |