summaryrefslogtreecommitdiffstats
path: root/source/d/rust/rust.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-02-12 20:58:46 +0000
committer Eric Hameleers <alien@slackware.com>2024-02-12 22:59:33 +0100
commitadcf8dd38215601024979abcee28b82997193788 (patch)
treeac75c8fa399977e857a46fb2b42bf2d7015cbaab /source/d/rust/rust.SlackBuild
parent8f1367463b7818a6e0ae4f53f705fd86a8717d5c (diff)
downloadcurrent-adcf8dd38215601024979abcee28b82997193788.tar.gz
current-adcf8dd38215601024979abcee28b82997193788.tar.xz
Mon Feb 12 20:58:46 UTC 202420240212205846
a/procps-ng-4.0.4-x86_64-1.txz: Upgraded. a/shadow-4.14.4-x86_64-1.txz: Upgraded. ap/man-pages-6.06-noarch-1.txz: Upgraded. ap/vim-9.1.0098-x86_64-1.txz: Upgraded. d/libgccjit-13.2.0-x86_64-1.txz: Added. If we can ship GCC's D and Modula-2 support, then we can ship this. We'll probably find a use for it. ;-) Thanks to Didier Spaier for hints on the build script. d/mercurial-6.6.3-x86_64-1.txz: Upgraded. d/rust-1.76.0-x86_64-1.txz: Upgraded. l/gegl-0.4.48-x86_64-1.txz: Upgraded. l/openexr-3.2.2-x86_64-1.txz: Upgraded. l/pango-1.51.2-x86_64-1.txz: Upgraded. l/python-calver-2022.6.26-x86_64-1.txz: Added. Needed for python-trove-classifiers. Thanks to lucabon. n/openvpn-2.6.9-x86_64-1.txz: Upgraded. xap/vim-gvim-9.1.0098-x86_64-1.txz: Upgraded. extra/rust-for-mozilla/rust-1.70.0-x86_64-4.txz: Added. Let's move this here since it's lagging behind the latest Rust.
Diffstat (limited to 'source/d/rust/rust.SlackBuild')
-rwxr-xr-xsource/d/rust/rust.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/d/rust/rust.SlackBuild b/source/d/rust/rust.SlackBuild
index b241b2e29..2d684c315 100755
--- a/source/d/rust/rust.SlackBuild
+++ b/source/d/rust/rust.SlackBuild
@@ -26,17 +26,17 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=rust
SRCNAM="${PKGNAM}c"
-VERSION=${VERSION:-1.70.0}
-BUILD=${BUILD:-4}
+VERSION=${VERSION:-1.76.0}
+BUILD=${BUILD:-1}
# Set this to YES to build with the system LLVM, or NO to use the bundled LLVM.
# YES is probably better (when it works...)
SYSTEM_LLVM=${SYSTEM_LLVM:-NO}
# Bootstrap variables (might not be kept updated for latest Rust):
-RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.69.0}
-RSTAGE0_DIR=${RSTAGE0_DIR:-2023-04-20}
-CSTAGE0_VERSION=${CSTAGE0_VERSION:-1.69.0}
+RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.75.0}
+RSTAGE0_DIR=${RSTAGE0_DIR:-2023-12-28}
+CSTAGE0_VERSION=${CSTAGE0_VERSION:-1.75.0}
CSTAGE0_DIR=${CSTAGE0_DIR:-$RSTAGE0_DIR}
# Automatically determine the architecture we're building on: