rust: 1.61.0

This commit is contained in:
Owen Rafferty 2022-05-19 10:49:11 -05:00
parent 845890eaa8
commit 7413d7ee00
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-02-24}"
mkdir -p "${cache_dir:=build/cache/2022-04-07}"
for tarball in *.tar.xz\?no-extract; do
mv -f "$tarball" "$cache_dir/${tarball%%\?no-extract}"

View File

@ -1,5 +1,5 @@
a025876deccbcb3f288d8e02623ea321f94623f31305d3c5c6f17855bb9685db
473b6ddf598418db49efc21c3d2702cdaf9c78ee4ae00611c7d9e384a2d4dad7
e0b543b36f8b3471975e5982f7c93894947af315932dd3305d1cf5763c4f5d4e
95f2727f22f40d7a294f08d24dc7b5f4fb4fe3991854becceffa75bf8f049745
a63305a3ad734f170746b337a5e3d07ccaa7aa8f253dc52336b44c0a3b549d7b
0801252694e49eca069003f311e23e124a6dee3557e613133dc2e3cab7bed64d
0b8b5261575575bae6768a27fcd43b01784ee7e29249ca8fd7b1d3b5e1fab5a9
38268edfebb190192f895134c73824ac9b017fa937510be4b35be17364ad05e4
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-02-24/rust-std-1.59.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2022-02-24/rustc-1.59.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2022-02-24/cargo-1.59.0-x86_64-unknown-linux-musl.tar.xz?no-extract
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
patches/fix-curl.patch

View File

@ -1 +1 @@
1.60.0 1
1.61.0 1