From 74d26fb08aa524cad41045973dfb74038fb1b3b4 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Thu, 26 Jun 2025 23:03:58 +0200 Subject: [PATCH] cargo-bootstrap: update to 1.88.0 --- srcpkgs/cargo-bootstrap/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/cargo-bootstrap/template b/srcpkgs/cargo-bootstrap/template index dc33eea51a4..c8d1e5cf2d5 100644 --- a/srcpkgs/cargo-bootstrap/template +++ b/srcpkgs/cargo-bootstrap/template @@ -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 " @@ -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)