rust: 1.63.0

This commit is contained in:
Owen Rafferty 2022-08-11 13:49:11 -05:00
parent a844968070
commit c423285d11
No known key found for this signature in database
GPG Key ID: A68B10E2554DEBCB
4 changed files with 9 additions and 9 deletions

View File

@ -60,7 +60,7 @@ EOF
# This mimics the download process of rust's 'x.py'
# bootstrap library to allow for the removal of the internet
# connection requirement per build.
mkdir -p "${cache_dir:=build/cache/2022-05-19}"
mkdir -p "${cache_dir:=build/cache/2022-06-30}"
for tarball in *.tar.xz\?no-extract; do
mv -f "$tarball" "$cache_dir/${tarball%%\?no-extract}"

View File

@ -1,5 +1,5 @@
02066a93c2f6596cc046a897d5716c86e3607c1cd0f54db9a867ae8c8265072e
1f4f2e4c5dd0f9b0dac7c8888f4a49ef16a6fe8992f39895823d2a442f0fe408
89cb72cbc493cb5cd8e43830009b4a1a5bfd472246ae184157868c9b0607bf6c
db4b4423c2843b6e27737664cf8085afcba670374110ca24b9c8d341045e748c
8f44af6dc44cc4146634a4dd5e4cc5470b3052a2337019b870c0e025e8987e0c
1280847d3026276d0c511fb42d81bf8c39f01b87bb19bda4248386e35b86aed0
8c8e94ed162ff957806b4beb81ad5272c39cf116f2d96f19ccc82b7e805af11a
1d8e958aa7b17433e0bdce3515cd6b1b5127220bfd654df8ec68d40be432f7b4
2be91d7548e55476a4e62aca25dae606a06a36ef30b51af4da5bec4da400c3b0

View File

@ -1,5 +1,5 @@
https://static.rust-lang.org/dist/rustc-VERSION-src.tar.xz
https://static.rust-lang.org/dist/2022-05-19/rust-std-1.61.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2022-05-19/rustc-1.61.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2022-05-19/cargo-1.61.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2022-06-30/rust-std-1.62.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2022-06-30/rustc-1.62.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2022-06-30/cargo-1.62.0-x86_64-unknown-linux-musl.tar.xz?no-extract
patches/fix-curl.patch

View File

@ -1 +1 @@
1.62.1 1
1.63.0 1