mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-11 11:47:02 +02:00
rust-bootstrap: update to 1.86.0
This commit is contained in:
parent
d8cbe36efc
commit
e6a3ef4c53
1 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'rust-bootstrap'
|
||||
pkgname=rust-bootstrap
|
||||
version=1.85.1
|
||||
version=1.86.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="
|
||||
9a437177aeda9a50446ff0608db1bce3d269ef2a4c2237e1727a7f85af2e4cf5
|
||||
385f2b7c629fc23d85ef02f95d1d126bca33c27abeb405641baa7a9fd3af9000"
|
||||
976f4604d949d722738a9fe95313035226571128396e942b0fc678180be487b0
|
||||
ce9f0fa4b0760730e26bf315cebe099f0b883436e095c5fc4b94ba20bd9f121a"
|
||||
;;
|
||||
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="
|
||||
92a5c532b9e87912190128704e0d65825912e3b08a6ee9203c4068d6d1df62c4
|
||||
0aaeffba85359503f874315cd08e0ae8490275d14b41470d36d4fa57fd085916"
|
||||
4438b809ce4a083af31ed17aeeedcc8fc60ccffc0625bef1926620751b6989d7
|
||||
67be7184ea388d8ce0feaf7fdea46f1775cfc2970930264343b3089898501d37"
|
||||
;;
|
||||
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="
|
||||
327d74ef87a7e57b5486b123b89e6c9112926b2edab5203d3168983e96a2eb6b
|
||||
a2a99b60e86214a836e53396f3a0716a48724902b9dd8c69f146897efc76691e"
|
||||
e1c7258b97f0e14ccd8f30ce7d48ca6de08ddcd44bc867e6782c239796fa0f6e
|
||||
8313c108da105181d27a5a0190ab46d1ac5b3e32bb5b2e7e0a41b7b5d353cba6"
|
||||
;;
|
||||
# placeholders for user-supplied distfiles
|
||||
ppc64le)
|
||||
|
|
Loading…
Add table
Reference in a new issue