1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-01-16 15:41:42 +01:00
slackware-current/source/d/rust/rust.url
Patrick J Volkerding 1b2f3407f0 Fri Sep 14 23:06:26 UTC 2018
ap/hplip-3.18.7-x86_64-3.txz:  Rebuilt.
  Throw away the broken and ill-advised libImageProcessor closed-source blob.
  Thanks to Matteo Bernardini.
ap/zsh-5.6.2-x86_64-1.txz:  Upgraded.
d/rust-1.29.0-x86_64-1.txz:  Upgraded.
l/lmdb-0.9.22-x86_64-1.txz:  Added.
  This is a new dependency of Samba.
n/php-7.2.10-x86_64-1.txz:  Upgraded.
  This is a security release which also contains several minor bug fixes.
  For more information, see:
    https://php.net/ChangeLog-7.php#7.2.10
  (* Security fix *)
n/samba-4.9.0-x86_64-1.txz:  Upgraded.
x/xf86-video-amdgpu-18.1.0-x86_64-1.txz:  Upgraded.
x/xf86-video-ati-18.1.0-x86_64-1.txz:  Upgraded.
2018-09-15 09:00:31 +02:00

23 lines
1.1 KiB
INI

# Source code (repacked to .tar.xz):
lftpget https://static.rust-lang.org/dist/rustc-1.29.0-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/2018-08-02/cargo-0.29.0-i686-unknown-linux-gnu.tar.gz
lftpget https://static.rust-lang.org/dist/2018-08-02/rust-std-1.28.0-i686-unknown-linux-gnu.tar.gz
lftpget https://static.rust-lang.org/dist/2018-08-02/rustc-1.28.0-i686-unknown-linux-gnu.tar.gz
# x86_64 bootstrap:
lftpget https://static.rust-lang.org/dist/2018-08-02/cargo-0.29.0-x86_64-unknown-linux-gnu.tar.gz
lftpget https://static.rust-lang.org/dist/2018-08-02/rust-std-1.28.0-x86_64-unknown-linux-gnu.tar.gz
lftpget https://static.rust-lang.org/dist/2018-08-02/rustc-1.28.0-x86_64-unknown-linux-gnu.tar.gz