diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-03-13 05:37:56 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-03-13 17:59:51 +0100 |
commit | a09eff713848d9b98d4701545b12cee83b3514bf (patch) | |
tree | 087a08f6c7540e895e1ad66c908036a2f37792df /source/d/rust/rust.url | |
parent | 0a66130671273f398ed342efd6fbdfd342d89818 (diff) | |
download | current-20210313053756.tar.gz |
Sat Mar 13 05:37:56 UTC 202120210313053756
d/rust-1.49.0-x86_64-1.txz: Upgraded.
Until we can figure out why audio crashes if we compile Firefox using
rust-1.50.0, it's probably better to stick with this version.
xap/mozilla-firefox-78.8.0esr-x86_64-3.txz: Rebuilt.
Recompiled with rust-1.49.0 to prevent crashing on any tab with audio.
Diffstat (limited to 'source/d/rust/rust.url')
-rw-r--r-- | source/d/rust/rust.url | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/d/rust/rust.url b/source/d/rust/rust.url index 23878e04..17927fa1 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.50.0 +VERSION=1.49.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,9 +20,9 @@ fi # update the settings below, look at src/stage0.txt in the Rust sources. exit 0 -BOOTSTRAP_DATE=2020-12-31 -BOOTSTRAP_CARGO=1.49.0 -BOOTSTRAP_VERSION=1.49.0 +BOOTSTRAP_DATE=2020-11-19 +BOOTSTRAP_CARGO=1.48.0 +BOOTSTRAP_VERSION=1.48.0 # i686 bootstrap: lftpget https://static.rust-lang.org/dist/${BOOTSTRAP_DATE}/cargo-${BOOTSTRAP_CARGO}-i686-unknown-linux-gnu.tar.gz |