mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
rust-bootstrap: update to 1.80.0
This commit is contained in:
parent
e6b45f4562
commit
662596134f
1 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'rust-bootstrap'
|
# Template file for 'rust-bootstrap'
|
||||||
pkgname=rust-bootstrap
|
pkgname=rust-bootstrap
|
||||||
version=1.79.0
|
version=1.80.0
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Rust programming language bootstrap toolchain"
|
short_desc="Rust programming language bootstrap toolchain"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -31,24 +31,24 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
${_bootstrap_url}/rustc-${version}-i686-unknown-linux-gnu.tar.xz
|
${_bootstrap_url}/rustc-${version}-i686-unknown-linux-gnu.tar.xz
|
||||||
${_bootstrap_url}/rust-std-${version}-i686-unknown-linux-gnu.tar.xz"
|
${_bootstrap_url}/rust-std-${version}-i686-unknown-linux-gnu.tar.xz"
|
||||||
checksum="
|
checksum="
|
||||||
4695a6eb66252d519510ca0a859803fff3a5041f71004404df0ccc9fbf0298d5
|
d2e4ceb3b3d2c41ba5d5ffc07f09ea46347c4d92e6411d66f0873c664684f68e
|
||||||
158294f7c424ef75d84046b573f225c15d531745cc79d416a18c11aa8253830e"
|
f5bcf6d36de3947c663da3f659fcbf8dbb261185284f87b332ab22f490304153"
|
||||||
;;
|
;;
|
||||||
x86_64)
|
x86_64)
|
||||||
distfiles="
|
distfiles="
|
||||||
${_bootstrap_url}/rustc-${version}-x86_64-unknown-linux-gnu.tar.xz
|
${_bootstrap_url}/rustc-${version}-x86_64-unknown-linux-gnu.tar.xz
|
||||||
${_bootstrap_url}/rust-std-${version}-x86_64-unknown-linux-gnu.tar.xz"
|
${_bootstrap_url}/rust-std-${version}-x86_64-unknown-linux-gnu.tar.xz"
|
||||||
checksum="
|
checksum="
|
||||||
a04cf42022d0a5faf01c31082bfb1dde9c38409f0ca6da90a3e40faa03e797ae
|
ef1692e3d67236868d32ef26f96f47792b1c3a3f9747bbe05c63742464307c4f
|
||||||
2c914483c0882d44af2e50a181cbd2c953d672d50b31aa669ee2346cade1f108"
|
c722cba93c9627e04a6a5ecc749cde9dda39f15e4d02fb6ae8d0b27e02e6488a"
|
||||||
;;
|
;;
|
||||||
x86_64-musl)
|
x86_64-musl)
|
||||||
distfiles="
|
distfiles="
|
||||||
${_bootstrap_url}/rustc-${version}-x86_64-unknown-linux-musl.tar.xz
|
${_bootstrap_url}/rustc-${version}-x86_64-unknown-linux-musl.tar.xz
|
||||||
${_bootstrap_url}/rust-std-${version}-x86_64-unknown-linux-musl.tar.xz"
|
${_bootstrap_url}/rust-std-${version}-x86_64-unknown-linux-musl.tar.xz"
|
||||||
checksum="
|
checksum="
|
||||||
155deffbdc08c963bd47108eaccf0db81d5f9bc6bb4a4cefa03e40ae9e2981fc
|
8c64236957359cea987dbc6b99d4d81e403186c7e217e6dfca52b74fd1efc0c6
|
||||||
30b9418561e6a7c18396a259304d3ddb4ad9d262f0ed6f227e08d232b8b32e8c"
|
6570068f0c95fa7a85b1fdf7b72d934fb4cf1689f833ab766ea6ae8cb40d3348"
|
||||||
;;
|
;;
|
||||||
# placeholders for user-supplied distfiles
|
# placeholders for user-supplied distfiles
|
||||||
ppc64le)
|
ppc64le)
|
||||||
|
|
Loading…
Add table
Reference in a new issue