rust: 1.62.0

This commit is contained in:
Owen Rafferty 2022-06-30 15:03:39 -05:00
parent 6647bb7d90
commit cfe9d9e84a
No known key found for this signature in database
GPG Key ID: A68B10E2554DEBCB
4 changed files with 9 additions and 9 deletions

View File

@ -10,7 +10,7 @@ export RUSTFLAGS="$RUSTFLAGS --remap-path-prefix=$PWD=."
# bootstrap library to allow for the removal of the internet
# connection requirement per build.
{
mkdir -p "${cache_dir:=build/cache/2022-04-07}"
mkdir -p "${cache_dir:=build/cache/2022-05-19}"
for tarball in *.tar.xz\?no-extract; do
mv -f "$tarball" "$cache_dir/${tarball%%\?no-extract}"

View File

@ -1,5 +1,5 @@
a63305a3ad734f170746b337a5e3d07ccaa7aa8f253dc52336b44c0a3b549d7b
0801252694e49eca069003f311e23e124a6dee3557e613133dc2e3cab7bed64d
0b8b5261575575bae6768a27fcd43b01784ee7e29249ca8fd7b1d3b5e1fab5a9
38268edfebb190192f895134c73824ac9b017fa937510be4b35be17364ad05e4
6c00ef115c894c2645e60b5049a4f5dacf1dc0c993f3074f7ae4fdf4c755dd5e
1f4f2e4c5dd0f9b0dac7c8888f4a49ef16a6fe8992f39895823d2a442f0fe408
89cb72cbc493cb5cd8e43830009b4a1a5bfd472246ae184157868c9b0607bf6c
db4b4423c2843b6e27737664cf8085afcba670374110ca24b9c8d341045e748c
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-04-07/rust-std-1.60.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2022-04-07/rustc-1.60.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2022-04-07/cargo-1.60.0-x86_64-unknown-linux-musl.tar.xz?no-extract
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
patches/fix-curl.patch

View File

@ -1 +1 @@
1.61.0 1
1.62.0 1