rust-bootstrap: update to 1.82.0
This commit is contained in:
parent
3923fa811c
commit
10177796fc
@ -1,12 +1,12 @@
|
||||
# Template file for 'rust-bootstrap'
|
||||
pkgname=rust-bootstrap
|
||||
version=1.81.0
|
||||
version=1.82.0
|
||||
revision=1
|
||||
short_desc="Rust programming language bootstrap toolchain"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT, Apache-2.0"
|
||||
license="Apache-2.0 OR MIT"
|
||||
homepage="https://www.rust-lang.org/"
|
||||
conflicts="rust>=0"
|
||||
conflicts="rust>=0 rust-std>=0"
|
||||
lib32disabled=yes
|
||||
nostrip=yes
|
||||
repository=bootstrap
|
||||
@ -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="
|
||||
8039f645445f99c0e293397b53a6696481b7d58166198605aca0eaa998f4f11f
|
||||
4ed9085460e444de9dee246080126f5e73062802b99aaff620d2aa827f60d972"
|
||||
92bab38ce88b7738fb62a1bccf496b1b2975fe984cc4fc506903a03ed37e1e4a
|
||||
c7ebb02b6ca349999b3b7dce768efaca5e0d9060f55397523e11a64cd10a9405"
|
||||
;;
|
||||
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="
|
||||
988a4e4cdecebe4f4a0c52ec4ade5a5bfc58d6958969f5b1e8aac033bda2613e
|
||||
6ddf80f254e8eea9956308ba89fd68e1ac7885853df9239b07bbc9f047b7562f"
|
||||
90b61494f5ccfd4d1ca9a5ce4a0af49a253ca435c701d9c44e3e44b5faf70cb8
|
||||
2eca3d36f7928f877c334909f35fe202fbcecce109ccf3b439284c2cb7849594"
|
||||
;;
|
||||
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="
|
||||
02c29b1e17105bb286c36d4f9b28ca21feacb4a98848db103af796411cff1ec5
|
||||
3f2e47fff9320888993139fbd98f4bb44faf9355b25904f36a24a9808ff80240"
|
||||
e08b8490246ae1b6278274f6dd0a648c590a42e0af6aaf220a030cdf1dadf30a
|
||||
1c99a4c81f51b687ba55746c7d3f19b5b860fe4eff604d3c7d803e08c9cc89bb"
|
||||
;;
|
||||
# placeholders for user-supplied distfiles
|
||||
ppc64le)
|
||||
|
Loading…
x
Reference in New Issue
Block a user