mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
rust-bootstrap: update to 1.71.0
This commit is contained in:
parent
d04b9e76d0
commit
f5abb3433b
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.70.0
|
version=1.71.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="
|
||||||
f89c90f80864f68e42b70d9c14984195629ed9894bb5cfe6c8a0f1140f7816ff
|
e7c9c943b727de4f978cc9366e5c42536992d52ad418ffb9015e836723fd75ca
|
||||||
0e5543c35196ca5b08f1b7e49fa3f3b671444d75648504cdbcfd854e2e7efd2d"
|
46976bf8297efc65556ccddfec395d5327fbe303f9dabffd104628a37cb1de6d"
|
||||||
;;
|
;;
|
||||||
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="
|
||||||
7d891d3e9bc4f1151545c83cbe3bc6af9ed234388c45ca2e19641262f48615e2
|
c293d906769671d1cd18e945671bbd14e0b8a41df5075c47f33e6086fc8a1558
|
||||||
0c0129717da1e27ccf2c56da950d2fe56973f71beec9e80ae6904b282d2f0ee9"
|
98ae6530c3a41167e9d93d11ea078be98a02f6d809a06d0d51af3ce0f73150d7"
|
||||||
;;
|
;;
|
||||||
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="
|
||||||
69a3ba1273aedaf7aadc91f6ccf59061eb00205c9c523f0b1f91ca14cfa2058c
|
abe1453c35d604a073e67ffc8c467b84dc0eca5c3a742d21b94794a047945197
|
||||||
7ebaba08385d1ec87d0a27ca8b4e1eb454374da18ffa12621bd1578973754101"
|
c91408683fe0918732525ec1e70263d3fc871ec8d15ae98768a1c6d7b9e3bff1"
|
||||||
;;
|
;;
|
||||||
# placeholders for user-supplied distfiles
|
# placeholders for user-supplied distfiles
|
||||||
ppc64le)
|
ppc64le)
|
||||||
|
|
Loading…
Add table
Reference in a new issue