2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-21 23:00:06 -07:00

rust: 1.59.0 (#53)

This commit is contained in:
Owen Rafferty 2022-04-04 20:41:01 -07:00 committed by GitHub
parent 5079c6e615
commit e8d36b279e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 9 deletions

View File

@ -10,7 +10,7 @@ export RUSTFLAGS="$RUSTFLAGS --remap-path-prefix=$PWD=."
# bootstrap library to allow for the removal of the internet
# connection requirement per build.
{
mkdir -p "${cache_dir:=build/cache/2021-11-01}"
mkdir -p "${cache_dir:=build/cache/2022-01-13}"
for tarball in *.tar.xz\?no-extract; do
mv -f "$tarball" "$cache_dir/${tarball%%\?no-extract}"

View File

@ -1,5 +1,5 @@
fad07ea1daf9c6195c32e6e9c43ece4565c5f2f1de3c3771574790d6abbc9704
055c5f8676712d8b86c3685d857d45bc0757594cb59f04dce4949a91df99635c
1b1f83b69502240ea66a45426bb1ba3a7c1291b05c31b59a28ac0551933e1210
ceb8e3e273ade68766b526a7d076fc8ebfb19c2b2d4946f789bcf2597d06f83a
375996ead731cab2203ec10a66a3c4568ab6997d7e5d3ae597658164fe27be3d
dc839b669ab75699a1c85f6cf0a50d632cbeb18ab0ef08ce2fac0bb3008d07c1
3ed55e845dc5ac8d70609edad2cdb60fe3c36a22be6a22f7d30eab43896420b3
94a4a8ea22daa39cc33f2372e83bc1a9f66cef43b002c78ee34551d4720d12a9
2be91d7548e55476a4e62aca25dae606a06a36ef30b51af4da5bec4da400c3b0

View File

@ -1,5 +1,5 @@
https://static.rust-lang.org/dist/rustc-VERSION-src.tar.xz
https://static.rust-lang.org/dist/2021-11-01/rust-std-1.56.1-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2021-11-01/rustc-1.56.1-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2021-11-01/cargo-1.56.1-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2022-01-13/rust-std-1.58.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2022-01-13/rustc-1.58.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2022-01-13/cargo-1.58.0-x86_64-unknown-linux-musl.tar.xz?no-extract
patches/fix-curl.patch

View File

@ -1 +1 @@
1.57.0 1
1.59.0 1