cargo-bootstrap: update to 1.63.0.

This commit is contained in:
Jan Christian Grünhage 2022-08-14 02:26:24 +02:00 committed by classabbyamp
parent 4796d1387a
commit 9151ff2b12
1 changed files with 9 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'cargo-bootstrap'
pkgname=cargo-bootstrap
version=1.61.0
version=1.63.0
revision=1
short_desc="Bootstrap binaries of Rust package manager"
maintainer="q66 <daniel@octaforge.org>"
@ -18,6 +18,7 @@ _bootstrap_url="https://static.rust-lang.org/dist"
# ppc64 is excluded because of ABI incompatibility
case "$XBPS_TARGET_MACHINE" in
x86_64*|i686|ppc64le) ;;
# See srcpkgs/rust-bootstrap/files/generating-distfiles.md for details
*) _bootstrap_url="https://repo-default.voidlinux.org/distfiles" ;;
esac
@ -26,25 +27,25 @@ distfiles="${_bootstrap_url}/cargo-${version}-${RUST_TARGET}.tar.xz"
case "$XBPS_TARGET_MACHINE" in
i686)
checksum="fe258b85ef0644ff08c2095e329399dd4de0e1b2e51f4f4e90cb956d40dc61de"
checksum="6f2c109fc38ed8ccadcdcccf51d11505651ca9e12c396ab46ac1dbb55265b792"
;;
x86_64)
checksum="9461727d754f865ef2a87479d40bbe4c5176f80963b7c50b7797bc8940d7a0a0"
checksum="f370d12e4c11f0c835becb738bcf00d363f29b76f8b424b4dcb005abcf15fc9a"
;;
x86_64-musl)
checksum="db4b4423c2843b6e27737664cf8085afcba670374110ca24b9c8d341045e748c"
checksum="6f6ce044832a2433c250f4f27a61f69081e2b0f7e4e1f141492c2ce99ee8511e"
;;
ppc64le)
checksum="09817011ff1ef4b7006387c7cabb6a059731792a9372533dec7d87e7f014444b"
checksum="a4cdc00a42fd767bf5a296f7126d9db22a0a609cd956bbf0cb3eae882add1be7"
;;
ppc64le-musl)
checksum="39215cba9b1bda63209cac0edbda583e0c822f88a50fdbf33255c8c5386e4868"
checksum="3dc497186493a9fc974ae8add91a6fed34d95e263bedb95142d636ba257b2240"
;;
ppc64)
checksum="3fa6e033bbbab339e480842627523f95d84119a5dcae56ad4b14e5c6d1536e6b"
checksum="babded6c2d112aa92cb1af5ca24d93a034b20c0315f03c231a4eb3a92408a6cd"
;;
ppc)
checksum="5d6226a5080e429cb6bb8366ff1f71feeccde70f8bf6651779674fe27eb35e7f"
checksum="3c7f4d28987d8bf5d10fb0cf4ec792b73a4725add2845d69b85e36d47f3c228e"
;;
*) broken="cargo bootstrap binaries unavailable for ${XBPS_TARGET_MACHINE}";;
esac