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

rust: 1.81.0

This commit is contained in:
Owen Rafferty 2024-09-06 23:13:11 -05:00
parent bd328bc468
commit c73b49e6b6
No known key found for this signature in database
4 changed files with 10 additions and 10 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/2024-06-13}"
mkdir -p "${cache_dir:=build/cache/2024-08-08}"
for tarball in *.tar.xz\?no-extract; do
mv -f "$tarball" "$cache_dir/${tarball%%\?no-extract}"

View File

@ -1,5 +1,5 @@
bd90d8d4bf87d214abfe94f264b2a18d3fd0d65bd3d344e0461d22233e13b5a3d3
1feb6c04e199b0f058f36e4af810fb419f5b832f701b2ad2426b8ce9b673e60eda
41e831d93c128ec469ecae59b2b50612272e7ae860531859aa798cd1273514a434
fa27f18a5c3f71e2f3861d2a81c982351693ace20a23a2fa1dad2a17bf70a98b44
5119ad701c5ec6b635dda222e474675398be55d63b691a01fbe188b9e915a99cb1
56d0146af011d4d15d09e80d64b17c798b7f3610916577cea4145eb188620a1b52
c8ab95494c2689cb44c35d18aff2cf5e8b65a888154eec17644da5ba2030e569b0
35df610d37dbb146c3cb0ac7b523eec203b213335ee1b2d3c2cc3302c09650acfd
82ccf7117a29f55ef4ef81ace378e576ac31270036b93e917e500428117beb72e7

View File

@ -1,5 +1,5 @@
https://static.rust-lang.org/dist/rustc-1.80.1-src.tar.xz
https://static.rust-lang.org/dist/2024-06-13/rust-std-1.79.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2024-06-13/rustc-1.79.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2024-06-13/cargo-1.79.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/rustc-1.81.0-src.tar.xz
https://static.rust-lang.org/dist/2024-08-08/rust-std-1.80.1-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2024-08-08/rustc-1.80.1-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2024-08-08/cargo-1.80.1-x86_64-unknown-linux-musl.tar.xz?no-extract
patches/fix-curl.patch

View File

@ -1 +1 @@
1.80.1 1
1.81.0 1