mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
rust-bootstrap: update to 1.69.0
This commit is contained in:
parent
2256461f13
commit
610a391f8b
1 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'rust-bootstrap'
|
||||
pkgname=rust-bootstrap
|
||||
version=1.68.2
|
||||
version=1.69.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="
|
||||
dc533e7d0f0349d92a98973e20b99d69b09a25b8675f28a38fa26b0160615fd4
|
||||
695d4469c131b9993c939db0ce73a3866ab8e69dd657ec3137f3d594857f7812"
|
||||
788ff61555857680d5ea7cf76023f74a7f4820dd1c26abf76536561d4de3cbe6
|
||||
bef330af5bfb381a01349186e05402983495a3e2d4d1c35723a8443039d19a2d"
|
||||
;;
|
||||
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="
|
||||
d33d493381dd17a4b491d0e978cdb6700badb5905e831dd5f7fe75ffbf8e0584
|
||||
c8a3eaf26b83f1926d86b4db99ca16cbbff8e746e4c63f25f4d75a02a34a3b16"
|
||||
70e97ab5b9600328b977268fc92ca4aa53064e4e97468df35215d4396e509279
|
||||
4c95739e6f0f1d4defd937f6d60360b566e051dfb2fa71879d0f9751392f3709"
|
||||
;;
|
||||
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="
|
||||
9308f27bda32a02b1debe5fcc5ee633a234652037687c46f4e57d9dc29f90b3e
|
||||
6c2a91e60f4be6538fdb0e4ff0344038f282c23808ca018f526ec586f4ba43ab"
|
||||
7d9e64850a79292d2cda6f4464dfd67d2cbd22ac8c7f3e170291396ef8be8041
|
||||
29d98c004629ab536bd2461f715f26ddce3b0f0212db85939c7bc66a8d234b2d"
|
||||
;;
|
||||
# placeholders for user-supplied distfiles
|
||||
ppc64le)
|
||||
|
|
Loading…
Add table
Reference in a new issue