diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-09-14 23:06:26 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-09-15 09:00:31 +0200 |
commit | 1b2f3407f0e85eec4d4628f6f36fd1ad88c31063 (patch) | |
tree | 703cff4cafd42b9e96e1b191ae333b8b63b04e27 /source/d/rust/rust.SlackBuild | |
parent | 83d09b5d6f08bc5e8012e3cec57ba73eb5786bd5 (diff) | |
download | current-1b2f3407f0e85eec4d4628f6f36fd1ad88c31063.tar.gz |
Fri Sep 14 23:06:26 UTC 201820180914230626
ap/hplip-3.18.7-x86_64-3.txz: Rebuilt.
Throw away the broken and ill-advised libImageProcessor closed-source blob.
Thanks to Matteo Bernardini.
ap/zsh-5.6.2-x86_64-1.txz: Upgraded.
d/rust-1.29.0-x86_64-1.txz: Upgraded.
l/lmdb-0.9.22-x86_64-1.txz: Added.
This is a new dependency of Samba.
n/php-7.2.10-x86_64-1.txz: Upgraded.
This is a security release which also contains several minor bug fixes.
For more information, see:
https://php.net/ChangeLog-7.php#7.2.10
(* Security fix *)
n/samba-4.9.0-x86_64-1.txz: Upgraded.
x/xf86-video-amdgpu-18.1.0-x86_64-1.txz: Upgraded.
x/xf86-video-ati-18.1.0-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 c5294aec..7ceb99fa 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.28.0} +VERSION=${VERSION:-1.29.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.27.2} -RSTAGE0_DIR=${RSTAGE0_DIR:-2018-07-20} -CSTAGE0_VERSION=${CSTAGE0_VERSION:-0.28.0} +RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.28.0} +RSTAGE0_DIR=${RSTAGE0_DIR:-2018-08-02} +CSTAGE0_VERSION=${CSTAGE0_VERSION:-0.29.0} CSTAGE0_DIR=${CSTAGE0_DIR:-$RSTAGE0_DIR} # Automatically determine the architecture we're building on: |