mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 07:10:16 -07:00
rust: 1.66.0
This commit is contained in:
parent
844d40aad7
commit
0670216169
@ -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/2022-09-22}"
|
||||
mkdir -p "${cache_dir:=build/cache/2022-11-03}"
|
||||
|
||||
for tarball in *.tar.xz\?no-extract; do
|
||||
mv -f "$tarball" "$cache_dir/${tarball%%\?no-extract}"
|
||||
|
@ -1,5 +1,5 @@
|
||||
1df418bd7e99efde08f5768e0f7236e6bf8577f291251cf74a4b52f2a003350336
|
||||
9efa4ed2275ea61673301be5dbbc1381d7c57fd46b984ce16a445375e48a777f80
|
||||
9c558be60c967846e6f07e430bddf2bb70ccf298b7891840d1c44d81ee76ffc500
|
||||
02d555de68e1ffc559b3f84a4e6a12608c830b030a4c582320cf76e71700d8edbd
|
||||
7ee5fa0bc53fe332ebcad552f4b1483ec41e8724bc923d6943f8ba59dd2e4a5233
|
||||
0f558c393b92e63f0cd8de5c53bf432eceb61de5884b479a8f8dbd292870c56278
|
||||
c8d9e45cd3d72b65a55bdd91752416673cb648d14cef9cc4a126fd46b52bbfe95c
|
||||
3f26cbdf9bafce33753bbca262d738a8444cc21bb472ccc6eb3d6497e4281a1bd8
|
||||
97086f892efe0679b6429e507aa65138ff21d1c776f583e593f5c1911e83bf1e7a
|
||||
|
@ -1,5 +1,5 @@
|
||||
https://static.rust-lang.org/dist/rustc-VERSION-src.tar.xz
|
||||
https://static.rust-lang.org/dist/2022-09-22/rust-std-1.64.0-x86_64-unknown-linux-musl.tar.xz?no-extract
|
||||
https://static.rust-lang.org/dist/2022-09-22/rustc-1.64.0-x86_64-unknown-linux-musl.tar.xz?no-extract
|
||||
https://static.rust-lang.org/dist/2022-09-22/cargo-1.64.0-x86_64-unknown-linux-musl.tar.xz?no-extract
|
||||
https://static.rust-lang.org/dist/2022-11-03/rust-std-1.65.0-x86_64-unknown-linux-musl.tar.xz?no-extract
|
||||
https://static.rust-lang.org/dist/2022-11-03/rustc-1.65.0-x86_64-unknown-linux-musl.tar.xz?no-extract
|
||||
https://static.rust-lang.org/dist/2022-11-03/cargo-1.65.0-x86_64-unknown-linux-musl.tar.xz?no-extract
|
||||
patches/fix-curl.patch
|
||||
|
@ -1 +1 @@
|
||||
1.65.0 1
|
||||
1.66.0 1
|
||||
|
Loading…
Reference in New Issue
Block a user