This commit is contained in:
Owen Rafferty 2023-04-21 20:02:28 -05:00
parent 80076d8c61
commit 008653e996
No known key found for this signature in database
4 changed files with 10 additions and 10 deletions

View File

@ -66,7 +66,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/2023-02-09}"
mkdir -p "${cache_dir:=build/cache/2023-03-28}"
for tarball in *.tar.xz\?no-extract; do
mv -f "$tarball" "$cache_dir/${tarball%%\?no-extract}"

View File

@ -1,5 +1,5 @@
67c0dc222a7712126abab5bed6db7ac5798c9eead60507c17f9e0a4569e486cace
8dd693639b3e3d884ee8e8d3cca2f61b3d5ca80e1f2e851966bbf35e8f548aaa47
c29e390c775c1dd018a82c02a25ee85f6c76f7e229aaa603275c33302678c3986c
5c06ce70c6174386417ddcdc21f3c583cc01c55b92fc2c5225db823b4398c1b5aa
d6f1c510023b719784883f5538fcd2a94fd5fbe97c4ceab65fd43b9d9747ad169d
de41e09af69693640ce41236a8ab3f246becaf3777af2debf6728e664e74990e67
3b1c01735f26ce7c00f39c64cc679b96696e303118144e4f9dbcbf5ac62c9d4bcd
c04b22160824bb3429877edae2e1c7ba5bbc6e7f22a6c9ab4f1dbeb2c92ef8adbf
97086f892efe0679b6429e507aa65138ff21d1c776f583e593f5c1911e83bf1e7a

View File

@ -1,5 +1,5 @@
https://static.rust-lang.org/dist/rustc-1.68.2-src.tar.xz
https://static.rust-lang.org/dist/2023-02-09/rust-std-1.67.1-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2023-02-09/rustc-1.67.1-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2023-02-09/cargo-1.67.1-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/rustc-1.69.0-src.tar.xz
https://static.rust-lang.org/dist/2023-03-28/rust-std-1.68.2-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2023-03-28/rustc-1.68.2-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2023-03-28/cargo-1.68.2-x86_64-unknown-linux-musl.tar.xz?no-extract
patches/fix-curl.patch

View File

@ -1 +1 @@
1.68.2 1
1.69.0 1