rust: 1.67:0

This commit is contained in:
Owen Rafferty 2023-01-26 22:21:27 -06:00
parent 4a565602b0
commit 8c752e83aa
No known key found for this signature in database
4 changed files with 9 additions and 9 deletions

View File

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

View File

@ -1,5 +1,5 @@
2185cc579444cf965d50bb6f8ea50896bda733e5db88532c516c1712e030a0841d
0f558c393b92e63f0cd8de5c53bf432eceb61de5884b479a8f8dbd292870c56278
c8d9e45cd3d72b65a55bdd91752416673cb648d14cef9cc4a126fd46b52bbfe95c
3f26cbdf9bafce33753bbca262d738a8444cc21bb472ccc6eb3d6497e4281a1bd8
0d2b6973f758bd9989ec41e604f8cacc0f4f66b5a7533308edfe138b7dda6e9a72
0810f378b04c9e5fae39306df3e0023a8f75b578d9b089ba3684d801f3d256f00d
26268eda8413cec3de79b2d1b564d305df6f2e0e631743000acefaa8fa31bdff76
5084308802bcc94595d87951b64077154b67b59cf143858167ccf1b8587c40bc55
97086f892efe0679b6429e507aa65138ff21d1c776f583e593f5c1911e83bf1e7a

View File

@ -1,5 +1,5 @@
https://static.rust-lang.org/dist/rustc-VERSION-src.tar.xz
https://static.rust-lang.org/dist/2022-11-03/rust-std-1.65.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2022-11-03/rustc-1.65.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2022-11-03/cargo-1.65.0-x86_64-unknown-linux-musl.tar.xz?no-extract
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
patches/fix-curl.patch

View File

@ -1 +1 @@
1.66.1 1
1.67.0 1