diff --git a/extra/rust/build b/extra/rust/build index 84cacff4..c6ef0ff9 100755 --- a/extra/rust/build +++ b/extra/rust/build @@ -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}" diff --git a/extra/rust/checksums b/extra/rust/checksums index 0ed31cea..2a6fd11f 100644 --- a/extra/rust/checksums +++ b/extra/rust/checksums @@ -1,5 +1,5 @@ -67c0dc222a7712126abab5bed6db7ac5798c9eead60507c17f9e0a4569e486cace -8dd693639b3e3d884ee8e8d3cca2f61b3d5ca80e1f2e851966bbf35e8f548aaa47 -c29e390c775c1dd018a82c02a25ee85f6c76f7e229aaa603275c33302678c3986c -5c06ce70c6174386417ddcdc21f3c583cc01c55b92fc2c5225db823b4398c1b5aa +d6f1c510023b719784883f5538fcd2a94fd5fbe97c4ceab65fd43b9d9747ad169d +de41e09af69693640ce41236a8ab3f246becaf3777af2debf6728e664e74990e67 +3b1c01735f26ce7c00f39c64cc679b96696e303118144e4f9dbcbf5ac62c9d4bcd +c04b22160824bb3429877edae2e1c7ba5bbc6e7f22a6c9ab4f1dbeb2c92ef8adbf 97086f892efe0679b6429e507aa65138ff21d1c776f583e593f5c1911e83bf1e7a diff --git a/extra/rust/sources b/extra/rust/sources index 6d74871a..be4330f8 100644 --- a/extra/rust/sources +++ b/extra/rust/sources @@ -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 diff --git a/extra/rust/version b/extra/rust/version index 0280c2bf..c785deaf 100644 --- a/extra/rust/version +++ b/extra/rust/version @@ -1 +1 @@ -1.68.2 1 +1.69.0 1