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

rust: 1.80.0

This commit is contained in:
Owen Rafferty 2024-07-26 16:22:14 -05:00
parent 778d8a95b4
commit a7771c5047
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-05-02}"
mkdir -p "${cache_dir:=build/cache/2024-06-13}"
for tarball in *.tar.xz\?no-extract; do
mv -f "$tarball" "$cache_dir/${tarball%%\?no-extract}"

View File

@ -1,5 +1,5 @@
638321b2d1c4f5d4e9b5e46356dbbdfef6d486429d5379e47246b0bbb779525f34
3da37fdb8c2f920400fea76dd459b85c974b09dbd849ff3aabb4e68b463d3f2ab8
354d30b8601ea000332c7d6dff6fe9bb8be874c69b2c418b380923eab82d2aa857
b3c10014216c8adeccbf390e76066e78a68c86e956510413dc6ee3a02b96be7942
f280169358bab477be94c99c8584752f6127113846df02c79dfb1f5b43eb99b30b
1feb6c04e199b0f058f36e4af810fb419f5b832f701b2ad2426b8ce9b673e60eda
41e831d93c128ec469ecae59b2b50612272e7ae860531859aa798cd1273514a434
fa27f18a5c3f71e2f3861d2a81c982351693ace20a23a2fa1dad2a17bf70a98b44
82ccf7117a29f55ef4ef81ace378e576ac31270036b93e917e500428117beb72e7

View File

@ -1,5 +1,5 @@
https://static.rust-lang.org/dist/rustc-1.79.0-src.tar.xz
https://static.rust-lang.org/dist/2024-05-02/rust-std-1.78.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2024-05-02/rustc-1.78.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2024-05-02/cargo-1.78.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/rustc-1.80.0-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
patches/fix-curl.patch

View File

@ -1 +1 @@
1.79.0 1
1.80.0 1