diff --git a/extra/rust/build b/extra/rust/build index f4e5ae4a..84cacff4 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-01-10}" + mkdir -p "${cache_dir:=build/cache/2023-02-09}" 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 f7c916ba..33607c8f 100644 --- a/extra/rust/checksums +++ b/extra/rust/checksums @@ -1,5 +1,5 @@ -f86037677a127218a42f0a8801e7094ac3f4eab18f315223f375d165c3c37ff322 -0810f378b04c9e5fae39306df3e0023a8f75b578d9b089ba3684d801f3d256f00d -26268eda8413cec3de79b2d1b564d305df6f2e0e631743000acefaa8fa31bdff76 -5084308802bcc94595d87951b64077154b67b59cf143858167ccf1b8587c40bc55 +13a5e7a9f7d43ed2aed7ad56aaba5a496766eddbea5aba02102e38b36d6ec99e73 +8dd693639b3e3d884ee8e8d3cca2f61b3d5ca80e1f2e851966bbf35e8f548aaa47 +c29e390c775c1dd018a82c02a25ee85f6c76f7e229aaa603275c33302678c3986c +5c06ce70c6174386417ddcdc21f3c583cc01c55b92fc2c5225db823b4398c1b5aa 97086f892efe0679b6429e507aa65138ff21d1c776f583e593f5c1911e83bf1e7a diff --git a/extra/rust/sources b/extra/rust/sources index 6d6f2519..9fb7895c 100644 --- a/extra/rust/sources +++ b/extra/rust/sources @@ -1,5 +1,5 @@ -https://static.rust-lang.org/dist/rustc-1.67.1-src.tar.xz -https://static.rust-lang.org/dist/2023-01-10/rust-std-1.66.1-x86_64-unknown-linux-musl.tar.xz?no-extract -https://static.rust-lang.org/dist/2023-01-10/rustc-1.66.1-x86_64-unknown-linux-musl.tar.xz?no-extract -https://static.rust-lang.org/dist/2023-01-10/cargo-1.66.1-x86_64-unknown-linux-musl.tar.xz?no-extract +https://static.rust-lang.org/dist/rustc-1.68.0-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 patches/fix-curl.patch diff --git a/extra/rust/version b/extra/rust/version index fe402690..31ae36b9 100644 --- a/extra/rust/version +++ b/extra/rust/version @@ -1 +1 @@ -1.67.1 1 +1.68.0 1