mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
rust-bootstrap: update to 1.74.0
This commit is contained in:
parent
b20ad05df2
commit
ca3545c03b
1 changed files with 7 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue