mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
rust-bootstrap: update to 1.78.0
This commit is contained in:
parent
a0bc88bf53
commit
0e6542e2a3
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.77.1
|
version=1.78.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="
|
||||||
204a79ddc33e74a23b817724a57fdaad5e2552d034653915a7508c7d0063045a
|
8ba9c213e5daaf08a13c5787a4ea0d7ae8d1e7004126de2b8dc6a6dcd798becd
|
||||||
7bf24ca93bde8cd761128e68cbcabc9d304c5cf19fcdd020bca2d56e43014381"
|
9e5e02311853354c1540e1b4da6c1686616cea9d3a233c033023f36d950977c0"
|
||||||
;;
|
;;
|
||||||
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="
|
||||||
c9caaf8c214f6683281fa55e76a4d345004aa2933daca469952b3bead8cc5ca9
|
3994971e5923716d54e4b574ce238f04c4e20cda03990670f7cc3f87d36e5499
|
||||||
317e604909360d1bb92f7558aaa5ce449312630d8226767ae9df99bf5bef4fd1"
|
95aece42a336f237c5bac5c5d9aca051b7f0bd3e6a64fb3c5828e6d0d3af2e8c"
|
||||||
;;
|
;;
|
||||||
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="
|
||||||
d00be127d978177c0b2f439a1e63e4c25a3ca5f035a7282187555ab540cc18a3
|
82bbe731cde3d323147b34aaf5ed2251b70ade44b96a69b5d93b8968d7af96ea
|
||||||
899c2668e65ad3557033169e67a6fa3d9c816c62d39ee11d5ebef4eded226d0b"
|
f2c30e43184b050f56cc2ac98af0752a881f104c08456731a9cd9e21d9f7dfb5"
|
||||||
;;
|
;;
|
||||||
# placeholders for user-supplied distfiles
|
# placeholders for user-supplied distfiles
|
||||||
ppc64le)
|
ppc64le)
|
||||||
|
|
Loading…
Add table
Reference in a new issue