slackware-current/source/d/rust/rust.url
Patrick J Volkerding 43fb31f23b Thu May 2 23:49:58 UTC 2024
a/btrfs-progs-6.8.1-x86_64-1.txz:  Upgraded.
a/kernel-firmware-20240502_28f75f1-noarch-1.txz:  Upgraded.
a/kernel-generic-6.6.30-x86_64-1.txz:  Upgraded.
a/kernel-huge-6.6.30-x86_64-1.txz:  Upgraded.
a/kernel-modules-6.6.30-x86_64-1.txz:  Upgraded.
ap/mariadb-10.11.7-x86_64-2.txz:  Rebuilt.
  Try to preserve the timestamp on rc.mysqld.new.
d/kernel-headers-6.6.30-x86-1.txz:  Upgraded.
d/llvm-18.1.5-x86_64-1.txz:  Upgraded.
d/rust-1.78.0-x86_64-1.txz:  Upgraded.
k/kernel-source-6.6.30-noarch-1.txz:  Upgraded.
l/SDL2-2.30.3-x86_64-1.txz:  Upgraded.
n/mobile-broadband-provider-info-20240502-noarch-1.txz:  Upgraded.
x/ibus-1.5.30-x86_64-1.txz:  Upgraded.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
2024-05-03 02:54:36 +02:00

35 lines
1.6 KiB
INI

# Source code (repacked to .tar.lz):
VERSION=1.78.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
if gpg --verify rustc-${VERSION}-src.tar.gz.asc ; then
rm -f rustc-${VERSION}-src.tar.gz.asc
gzip -d rustc-*tar.gz
plzip -9 -v rustc-*tar
else
echo "FATAL ERROR: Not recompressing since GPG signature failed."
exit 1
fi
# Please note that the bootstrap binary packages listed below might not be kept
# updated for later versions. The Rust compiler as shipped with Slackware
# should be able to compile the next released version of Rust.
#
# To find the expected date/versions for bootstrap binaries to be able to
# update the settings below, look at src/stage0.json in the Rust sources.
exit 0
BOOTSTRAP_DATE=2024-03-21
BOOTSTRAP_VERSION=1.77.0
BOOTSTRAP_CARGO=$BOOTSTRAP_VERSION
# i686 bootstrap:
lftpget https://static.rust-lang.org/dist/${BOOTSTRAP_DATE}/cargo-${BOOTSTRAP_CARGO}-i686-unknown-linux-gnu.tar.xz
lftpget https://static.rust-lang.org/dist/${BOOTSTRAP_DATE}/rust-std-${BOOTSTRAP_VERSION}-i686-unknown-linux-gnu.tar.xz
lftpget https://static.rust-lang.org/dist/${BOOTSTRAP_DATE}/rustc-${BOOTSTRAP_VERSION}-i686-unknown-linux-gnu.tar.xz
# x86_64 bootstrap:
lftpget https://static.rust-lang.org/dist/${BOOTSTRAP_DATE}/cargo-${BOOTSTRAP_CARGO}-x86_64-unknown-linux-gnu.tar.xz
lftpget https://static.rust-lang.org/dist/${BOOTSTRAP_DATE}/rust-std-${BOOTSTRAP_VERSION}-x86_64-unknown-linux-gnu.tar.xz
lftpget https://static.rust-lang.org/dist/${BOOTSTRAP_DATE}/rustc-${BOOTSTRAP_VERSION}-x86_64-unknown-linux-gnu.tar.xz