diff --git a/extra/rust/build b/extra/rust/build index 05d611a8..6c425e8c 100755 --- a/extra/rust/build +++ b/extra/rust/build @@ -63,7 +63,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-09-19}" + mkdir -p "${cache_dir:=build/cache/2023-08-24}" 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 1b7218d5..770efd65 100644 --- a/extra/rust/checksums +++ b/extra/rust/checksums @@ -1,5 +1,5 @@ daaef31bb2b4847b4f3d29ddb172568a3449d8c5ce7fdce25d0635560590677c41 -538e7b32b2cf2bc291c6922e65fd0e671222c22ed6c54d9eafe26d42d386385e96 -3c7c5d6022f6ce7a92ee793e503f2eae7a04e54540f1291b3503b7ed1e0d8e282c -1c5f88fb12c49c8330f255b9519b52134dab13f6efb1b9ed41f732516e607ce628 +2ce5854565df2db9207c4b7a40db586cda3a639b0499baf55dd8a9dc1997f6aeb2 +dc41c2bed1367bbbd200cb151d68db032894721de7ad5e02198efcf6f2203b0ada +7c52067a7a1671a8b4ef8a647856b472db532dab2e7dc722e72018e954271cd33d 97086f892efe0679b6429e507aa65138ff21d1c776f583e593f5c1911e83bf1e7a diff --git a/extra/rust/sources b/extra/rust/sources index ed27e04b..9bd6fee7 100644 --- a/extra/rust/sources +++ b/extra/rust/sources @@ -1,5 +1,5 @@ https://static.rust-lang.org/dist/rustc-1.73.0-src.tar.xz -https://static.rust-lang.org/dist/2023-09-19/rust-std-1.72.1-x86_64-unknown-linux-musl.tar.xz?no-extract -https://static.rust-lang.org/dist/2023-09-19/rustc-1.72.1-x86_64-unknown-linux-musl.tar.xz?no-extract -https://static.rust-lang.org/dist/2023-09-19/cargo-1.72.1-x86_64-unknown-linux-musl.tar.xz?no-extract +https://static.rust-lang.org/dist/2023-08-24/rust-std-1.72.0-x86_64-unknown-linux-musl.tar.xz?no-extract +https://static.rust-lang.org/dist/2023-08-24/rustc-1.72.0-x86_64-unknown-linux-musl.tar.xz?no-extract +https://static.rust-lang.org/dist/2023-08-24/cargo-1.72.0-x86_64-unknown-linux-musl.tar.xz?no-extract patches/fix-curl.patch