cargo-bootstrap: update to 1.88.0

This commit is contained in:
tranzystorekk 2025-06-26 23:03:58 +02:00
parent 8f7a5ea30a
commit 74d26fb08a

View file

@ -1,6 +1,6 @@
# Template file for 'cargo-bootstrap'
pkgname=cargo-bootstrap
version=1.86.0
version=1.88.0
revision=1
short_desc="Bootstrap binaries of Rust package manager"
maintainer="Orphaned <orphan@voidlinux.org>"
@ -20,19 +20,19 @@ case "$XBPS_TARGET_MACHINE" in
esac
# 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
i686)
distfiles="${_bootstrap_url}/cargo-${version}-i686-unknown-linux-gnu.tar.xz"
checksum="24f20bdc1bb14f4ffbdc2f540488bebc3340437418725c3162215ae03cdad480"
checksum="ebf94de491865963fc02a3cdbbf1fec8f3e9df49fe2af4d92c2a05cfddd5b3d8"
;;
x86_64)
distfiles="${_bootstrap_url}/cargo-${version}-x86_64-unknown-linux-gnu.tar.xz"
checksum="c5c1590f7e9246ad9f4f97cfe26ffa92707b52a769726596a9ef81565ebd908b"
checksum="856962610ee821648cee32e3d6abac667af7bb7ea6ec6f3d184cc31e66044f6b"
;;
x86_64-musl)
distfiles="${_bootstrap_url}/cargo-${version}-x86_64-unknown-linux-musl.tar.xz"
checksum="f7691025ee1a06cc400fa959ea9601ebd41a87d4695615ab8eba31353171b304"
checksum="a00f8caf4f22b5e8f5492b70fc9e16fbf5c2f19ab655f79ede3d2d1ba11531c4"
;;
# placeholders for user-supplied distfiles
ppc64le)