diff options
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 |
commit | df31efd62e9a80d7b126fdb9f4db71820741d7db (patch) | |
tree | bafc498f65934a2c9be4d85e3b086b3d28b5652d /source/d | |
parent | 0cbf4c3859f23aa741e63823bc1e46377a9e4a9f (diff) | |
download | current-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')
-rwxr-xr-x | source/d/rust/rust.SlackBuild | 8 | ||||
-rw-r--r-- | source/d/rust/rust.url | 6 |
2 files changed, 7 insertions, 7 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: diff --git a/source/d/rust/rust.url b/source/d/rust/rust.url index 99e8cb48f..0540b244e 100644 --- a/source/d/rust/rust.url +++ b/source/d/rust/rust.url @@ -1,5 +1,5 @@ # Source code (repacked to .tar.lz): -VERSION=1.76.0 +VERSION=1.77.0 rm -f rustc-${VERSION}-src.tar.* lftpget https://static.rust-lang.org/dist/rustc-${VERSION}-src.tar.gz lftpget https://static.rust-lang.org/dist/rustc-${VERSION}-src.tar.gz.asc @@ -20,8 +20,8 @@ fi # update the settings below, look at src/stage0.json in the Rust sources. exit 0 -BOOTSTRAP_DATE=2023-12-28 -BOOTSTRAP_VERSION=1.75.0 +BOOTSTRAP_DATE=2024-02-08 +BOOTSTRAP_VERSION=1.76.0 BOOTSTRAP_CARGO=$BOOTSTRAP_VERSION # i686 bootstrap: |