2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

rust: 1.68.0

This commit is contained in:
Owen Rafferty 2023-03-10 20:26:25 -06:00
parent 3c90ae4fb0
commit 86552c28d4
No known key found for this signature in database
4 changed files with 10 additions and 10 deletions

View File

@ -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}"

View File

@ -1,5 +1,5 @@
f86037677a127218a42f0a8801e7094ac3f4eab18f315223f375d165c3c37ff322
0810f378b04c9e5fae39306df3e0023a8f75b578d9b089ba3684d801f3d256f00d
26268eda8413cec3de79b2d1b564d305df6f2e0e631743000acefaa8fa31bdff76
5084308802bcc94595d87951b64077154b67b59cf143858167ccf1b8587c40bc55
13a5e7a9f7d43ed2aed7ad56aaba5a496766eddbea5aba02102e38b36d6ec99e73
8dd693639b3e3d884ee8e8d3cca2f61b3d5ca80e1f2e851966bbf35e8f548aaa47
c29e390c775c1dd018a82c02a25ee85f6c76f7e229aaa603275c33302678c3986c
5c06ce70c6174386417ddcdc21f3c583cc01c55b92fc2c5225db823b4398c1b5aa
97086f892efe0679b6429e507aa65138ff21d1c776f583e593f5c1911e83bf1e7a

View File

@ -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

View File

@ -1 +1 @@
1.67.1 1
1.68.0 1