mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
08889ab19f
a/kernel-firmware-20200803_9bc3789-noarch-1.txz: Upgraded. d/rust-1.45.2-x86_64-1.txz: Upgraded. l/babl-0.1.80-x86_64-1.txz: Upgraded. l/lmdb-0.9.25-x86_64-1.txz: Upgraded. l/mozjs68-68.11.0esr-x86_64-2.txz: Rebuilt. Fixed slack-desc. Thanks to USUARIONUEVO. n/rsync-3.2.3pre1-x86_64-1.txz: Upgraded. x/libinput-1.16.0-x86_64-1.txz: Upgraded.
23 lines
1.1 KiB
INI
23 lines
1.1 KiB
INI
# Source code (repacked to .tar.xz):
|
|
lftpget https://static.rust-lang.org/dist/rustc-1.45.2-src.tar.gz
|
|
gzip -d rustc-*tar.gz
|
|
plzip -9 -v rustc-*tar
|
|
|
|
# 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 urls below, look at src/stage0.txt in the Rust sources.
|
|
exit 0
|
|
|
|
# i686 bootstrap:
|
|
lftpget https://static.rust-lang.org/dist/2020-06-04/cargo-0.45.0-i686-unknown-linux-gnu.tar.gz
|
|
lftpget https://static.rust-lang.org/dist/2020-06-04/rust-std-1.44.0-i686-unknown-linux-gnu.tar.gz
|
|
lftpget https://static.rust-lang.org/dist/2020-06-04/rustc-1.44.0-i686-unknown-linux-gnu.tar.gz
|
|
|
|
# x86_64 bootstrap:
|
|
lftpget https://static.rust-lang.org/dist/2020-06-04/cargo-0.45.0-x86_64-unknown-linux-gnu.tar.gz
|
|
lftpget https://static.rust-lang.org/dist/2020-06-04/rust-std-1.44.0-x86_64-unknown-linux-gnu.tar.gz
|
|
lftpget https://static.rust-lang.org/dist/2020-06-04/rustc-1.44.0-x86_64-unknown-linux-gnu.tar.gz
|
|
|