mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
rust-bootstrap: update to 1.88.0
This commit is contained in:
parent
3a493f9792
commit
8f7a5ea30a
1 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'rust-bootstrap'
|
# Template file for 'rust-bootstrap'
|
||||||
pkgname=rust-bootstrap
|
pkgname=rust-bootstrap
|
||||||
version=1.86.0
|
version=1.88.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>"
|
||||||
|
@ -24,31 +24,31 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# hardcode platform triplets
|
# hardcode platform triplets
|
||||||
# because this info isn't avaialble here without hacky workarounds
|
# because this info isn't available here without hacky workarounds
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686)
|
i686)
|
||||||
distfiles="
|
distfiles="
|
||||||
${_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="
|
||||||
976f4604d949d722738a9fe95313035226571128396e942b0fc678180be487b0
|
91feab28a2ba348840b15017303f43847974c75b443ea37b330ecb3d80c01007
|
||||||
ce9f0fa4b0760730e26bf315cebe099f0b883436e095c5fc4b94ba20bd9f121a"
|
ced56f7ab86496f6eb42d356841f9d0b625159eba65afd1913f232bb66d4b7e0"
|
||||||
;;
|
;;
|
||||||
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="
|
||||||
4438b809ce4a083af31ed17aeeedcc8fc60ccffc0625bef1926620751b6989d7
|
b049fd57fce274d10013e2cf0e05f215f68f6580865abc52178f66ae9bf43fd8
|
||||||
67be7184ea388d8ce0feaf7fdea46f1775cfc2970930264343b3089898501d37"
|
36d7eacf46bd5199cb433e49a9ed9c9b380d82f8a0ebc05e89b43b51c070c955"
|
||||||
;;
|
;;
|
||||||
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="
|
||||||
e1c7258b97f0e14ccd8f30ce7d48ca6de08ddcd44bc867e6782c239796fa0f6e
|
58c2003a5e1c3f03e0b3b59677866d212b19d2d74473f63e52f60244fc062a76
|
||||||
8313c108da105181d27a5a0190ab46d1ac5b3e32bb5b2e7e0a41b7b5d353cba6"
|
0c42b63c18a6343851e0f27aeb5cff73146c86fc95bc4e2bf51b726c4311249e"
|
||||||
;;
|
;;
|
||||||
# placeholders for user-supplied distfiles
|
# placeholders for user-supplied distfiles
|
||||||
ppc64le)
|
ppc64le)
|
||||||
|
|
Loading…
Add table
Reference in a new issue