mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-26 11:10:31 +02:00
rust-bootstrap: update to 1.71.1
This commit is contained in:
parent
61f75ccbf0
commit
2129a2cecd
1 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'rust-bootstrap'
|
||||
pkgname=rust-bootstrap
|
||||
version=1.71.0
|
||||
version=1.71.1
|
||||
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="
|
||||
e7c9c943b727de4f978cc9366e5c42536992d52ad418ffb9015e836723fd75ca
|
||||
46976bf8297efc65556ccddfec395d5327fbe303f9dabffd104628a37cb1de6d"
|
||||
33bc15de9f1d1cddbddf008f7f51a5af09867bc5fb40c65194a1f5f8b2972d40
|
||||
672811c88fd5ffc5185d40eeecc7d257aeff47c9b48e0ced70ccea1e2559b273"
|
||||
;;
|
||||
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="
|
||||
c293d906769671d1cd18e945671bbd14e0b8a41df5075c47f33e6086fc8a1558
|
||||
98ae6530c3a41167e9d93d11ea078be98a02f6d809a06d0d51af3ce0f73150d7"
|
||||
9a8a12b6c2a6f67d75ead0f343f891b78672c59387d1be28b46f3161ec2b251d
|
||||
31f392df564850d78be80adc625b06a3964a49ef5c519075b930f2042a422264"
|
||||
;;
|
||||
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="
|
||||
abe1453c35d604a073e67ffc8c467b84dc0eca5c3a742d21b94794a047945197
|
||||
c91408683fe0918732525ec1e70263d3fc871ec8d15ae98768a1c6d7b9e3bff1"
|
||||
725d2cf0004ecc51e9c3b7949624744df28f74fbfbe53d742104c6a4e2121cef
|
||||
20667738a9005dda0386c8b6e59d55ce3044be11f78002f6640ca874d6911483"
|
||||
;;
|
||||
# placeholders for user-supplied distfiles
|
||||
ppc64le)
|
||||
|
|
Loading…
Add table
Reference in a new issue