summaryrefslogtreecommitdiffstats
path: root/source/d/rust/rust.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-03-21 19:53:15 +0000
committer Eric Hameleers <alien@slackware.com>2024-03-21 21:35:32 +0100
commitdf31efd62e9a80d7b126fdb9f4db71820741d7db (patch)
treebafc498f65934a2c9be4d85e3b086b3d28b5652d /source/d/rust/rust.SlackBuild
parent0cbf4c3859f23aa741e63823bc1e46377a9e4a9f (diff)
downloadcurrent-df31efd62e9a80d7b126fdb9f4db71820741d7db.tar.gz
current-df31efd62e9a80d7b126fdb9f4db71820741d7db.tar.xz
Thu Mar 21 19:53:15 UTC 202420240321195315
d/mercurial-6.7.1-x86_64-1.txz: Upgraded. d/rust-1.77.0-x86_64-1.txz: Upgraded. l/cairomm1-1.18.0-x86_64-1.txz: Added. Thanks to jloco. l/glibmm2-2.78.1-x86_64-1.txz: Added. Thanks to jloco. l/gtkmm4-4.12.0-x86_64-1.txz: Added. Thanks to jloco. l/libclc-18.1.2-x86_64-1.txz: Upgraded. l/pangomm-2.46.4-x86_64-1.txz: Upgraded. l/pangomm2-2.50.2-x86_64-1.txz: Added. Thanks to jloco. n/openvpn-2.6.10-x86_64-1.txz: Upgraded. x/libkkc-0.3.5-x86_64-5.txz: Rebuilt. Use python for the build, not python2. x/libkkc-data-0.2.7-x86_64-5.txz: Rebuilt. Use python for the build, not python2. x/marisa-0.2.6-x86_64-8.txz: Rebuilt. Drop python2 support and rebuild marisa module for python3. x/wayland-protocols-1.34-noarch-1.txz: Upgraded.
Diffstat (limited to 'source/d/rust/rust.SlackBuild')
-rwxr-xr-xsource/d/rust/rust.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/d/rust/rust.SlackBuild b/source/d/rust/rust.SlackBuild
index 2d684c315..97de6e165 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.76.0}
+VERSION=${VERSION:-1.77.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.75.0}
-RSTAGE0_DIR=${RSTAGE0_DIR:-2023-12-28}
-CSTAGE0_VERSION=${CSTAGE0_VERSION:-1.75.0}
+RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.76.0}
+RSTAGE0_DIR=${RSTAGE0_DIR:-2024-02-08}
+CSTAGE0_VERSION=${CSTAGE0_VERSION:-1.76.0}
CSTAGE0_DIR=${CSTAGE0_DIR:-$RSTAGE0_DIR}
# Automatically determine the architecture we're building on: