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

rust: 1.76.0

This commit is contained in:
Owen Rafferty 2024-02-09 20:49:23 -06:00
parent 1790b4138c
commit 661d454a3b
No known key found for this signature in database
4 changed files with 10 additions and 10 deletions

View File

@ -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-11-16}"
mkdir -p "${cache_dir:=build/cache/2023-12-28}"
for tarball in *.tar.xz\?no-extract; do
mv -f "$tarball" "$cache_dir/${tarball%%\?no-extract}"

View File

@ -1,5 +1,5 @@
a255d13a3a1b6d9cef1b6aa707fee1ebf3df46ae656a8888eedfa612d348391818
05a173b5965fb254452edd3cfe4fca918e0537eafc0817c2f085b012762967415f
eb6d1ee69a98db18df3e0f873ccc137a580cef36a8a85c5c9bd3aebc88c1e5e1e4
b5942cea1dcb22a4c4af41ecb6cd05082da0a7fb16cf894b67a80298dd020d9e9d
0f2afcbf38cca2d5f0d67671492f7f9a401942d90699029c8640f2a4d030bae2e2
46a9cf5f50bd13313cad0d663bd29688d6172c84333caccddada0e58b829afd5cb
8fa588b710387f2158113d479309fbb70fbabd5353c388ea99f26371b9e503da29
cb305a17f6c8e17df64fd255c8023eeaf60caa7a8a37949dddd6e181cde1a4dd14
97086f892efe0679b6429e507aa65138ff21d1c776f583e593f5c1911e83bf1e7a

View File

@ -1,5 +1,5 @@
https://static.rust-lang.org/dist/rustc-1.75.0-src.tar.xz
https://static.rust-lang.org/dist/2023-11-16/rust-std-1.74.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2023-11-16/rustc-1.74.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2023-11-16/cargo-1.74.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/rustc-1.76.0-src.tar.xz
https://static.rust-lang.org/dist/2023-12-28/rust-std-1.75.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2023-12-28/rustc-1.75.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2023-12-28/cargo-1.75.0-x86_64-unknown-linux-musl.tar.xz?no-extract
patches/fix-curl.patch

View File

@ -1 +1 @@
1.75.0 1
1.76.0 1