rust-bootstrap: update to 1.74.0

This commit is contained in:
Marcin Puc 2023-11-16 17:30:48 +01:00 committed by classabbyamp
parent b20ad05df2
commit ca3545c03b

View file

@ -1,6 +1,6 @@
# Template file for 'rust-bootstrap'
pkgname=rust-bootstrap
version=1.73.0
version=1.74.0
revision=1
short_desc="Rust programming language bootstrap toolchain"
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}/rust-std-${version}-i686-unknown-linux-gnu.tar.xz"
checksum="
3d98a27c50ae79de7c7956506d649e169312e76b4fc2314a975b45ebd1dea5b9
c46936bf3c921c90593b6ea77a08b1ec8b240c8184b287fd89fea636ac437b25"
7a2bc1bf7e51942d32e82f461eacebe7f929c3eec210dcb7dc6624efd997d7da
69757b72def9c433753e8bb575c817fc1ba389cf1a9c25276db1491ec025e495"
;;
x86_64)
distfiles="
${_bootstrap_url}/rustc-${version}-x86_64-unknown-linux-gnu.tar.xz
${_bootstrap_url}/rust-std-${version}-x86_64-unknown-linux-gnu.tar.xz"
checksum="
14f383eb4d6e65ce01cc99f2c5cf5a78744239f29704f72fe84f11095af779f5
96efb163a57b400152c357be0ea3a0dd902b56cc0df662b9ac951403c7c7b15b"
7d464be2ae0d6ce69f056d1ea9a8ce2b3b1d537418caea216fdd303903972181
548413213012e2f62b08ed8a913a51210ae7402619027224580176031f2789ea"
;;
x86_64-musl)
distfiles="
${_bootstrap_url}/rustc-${version}-x86_64-unknown-linux-musl.tar.xz
${_bootstrap_url}/rust-std-${version}-x86_64-unknown-linux-musl.tar.xz"
checksum="
e885398a10f5f4697dfb2b4e399bf9a0805ee8c11b9f9365ba4d803fef34d779
c89f5164edffbda4a21212c1e74260021634bda43fbe6d5e4fe9f7e85a79320c"
ea527c377782513c57ba78717db81e4923e51348bbc098d57bd89b7fdca17ae7
b9e825568ab975c792d691675cb43c9f32431178b3e0ecb7ed47fce5e6fedf1a"
;;
# placeholders for user-supplied distfiles
ppc64le)