mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
rust-bootstrap: update to 1.74.1
This commit is contained in:
parent
486c65f215
commit
8d38fa561b
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.74.0
|
version=1.74.1
|
||||||
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="
|
||||||
7a2bc1bf7e51942d32e82f461eacebe7f929c3eec210dcb7dc6624efd997d7da
|
d93054003c3b6ba8752466b27cf6f61140b3e04f1aa69315b77041ab1152af4d
|
||||||
69757b72def9c433753e8bb575c817fc1ba389cf1a9c25276db1491ec025e495"
|
de7bfa755339d81d0f375c04a6b5432fba8452fdc72154fbe5cd5e1147902b90"
|
||||||
;;
|
;;
|
||||||
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="
|
||||||
7d464be2ae0d6ce69f056d1ea9a8ce2b3b1d537418caea216fdd303903972181
|
b30e2d1b6b139874caa3fc81fbc3098e88cf01b98e891ce591d12ad4f0299437
|
||||||
548413213012e2f62b08ed8a913a51210ae7402619027224580176031f2789ea"
|
df435e3254c03ccbfc9e733ae33b399f5f99bd488974bc07d8b1db91a12ee95b"
|
||||||
;;
|
;;
|
||||||
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="
|
||||||
ea527c377782513c57ba78717db81e4923e51348bbc098d57bd89b7fdca17ae7
|
8c743d9ed5490b544f7728c248804846ee6ffbdf3840b5844e7e9deb9cd71f0d
|
||||||
b9e825568ab975c792d691675cb43c9f32431178b3e0ecb7ed47fce5e6fedf1a"
|
98f190039c7e7922838f9716443b7ddfec2aa3dc229f5b1813a26591c557997e"
|
||||||
;;
|
;;
|
||||||
# placeholders for user-supplied distfiles
|
# placeholders for user-supplied distfiles
|
||||||
ppc64le)
|
ppc64le)
|
||||||
|
|
Loading…
Add table
Reference in a new issue