From 2f880e71fbd166340ad01ff710359187a7a8a30b Mon Sep 17 00:00:00 2001 From: Subhaditya Nath Date: Tue, 22 Mar 2022 00:49:20 +0530 Subject: [PATCH] cargo-bootstrap: Update to 1.59.0 --- srcpkgs/cargo-bootstrap/template | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/srcpkgs/cargo-bootstrap/template b/srcpkgs/cargo-bootstrap/template index e75f8763b5b8..fe395d53f7a7 100644 --- a/srcpkgs/cargo-bootstrap/template +++ b/srcpkgs/cargo-bootstrap/template @@ -1,6 +1,6 @@ # Template file for 'cargo-bootstrap' pkgname=cargo-bootstrap -version=0.58.0 +version=1.59.0 revision=1 short_desc="Bootstrap binaries of Rust package manager" maintainer="q66 " @@ -11,43 +11,31 @@ lib32disabled=yes nostrip=yes _bootstrap_url="https://static.rust-lang.org/dist" -_bootver=1.57.0 - -# we don't use upstream cargo binaries for ppc32, as they are busted (probably -# a dependency is wrong, which results in failed signature verification when -# updating the crates.io index) -case "$XBPS_TARGET_MACHINE" in - x86_64*|i686|ppc64le) ;; - *) - _bootstrap_url="https://alpha.de.repo.voidlinux.org/distfiles" - _bootver=${version} - ;; -esac wrksrc="cargo-${_bootver}-${RUST_TARGET}" distfiles="${_bootstrap_url}/cargo-${_bootver}-${RUST_TARGET}.tar.xz" case "$XBPS_TARGET_MACHINE" in i686) - checksum="9898a1fae2647f930fa14b9c160a1d22e67ccc70ac0d2d8f79ef1ffcf8d89af7" + checksum="4f282b8a4dadf53ba3f8784cefe0c2be908179ba81b7b29a0db4a11b6a3f8849" ;; x86_64) - checksum="ed2013713ae742895af5df8d91c5430ba9ba3c781e3bc7f3471b220cc06d565d" + checksum="f56ebfb333ea46e4429377bf4b16a2ec889d61640a41c3093577cdd8f3c80b96" ;; x86_64-musl) - checksum="0d8564d0348843d6c08d98990d9eac50b7b7ab790f89d514b4f45079e786d932" + checksum="95f2727f22f40d7a294f08d24dc7b5f4fb4fe3991854becceffa75bf8f049745" ;; ppc64le) - checksum="599cf1b5a8cdbf76d591621bc9222aefa60e2f5fd378ae71c4dcf4514c47122e" + checksum="abda08beb3411ec8f14ab872aa9859dc419e5f75c312221a62d655ff5401876f" ;; ppc64le-musl) - checksum="99ae7661c62617ac42adacb50cce9ae8d019bcf85e987b98fbc27240bceb1dd9" + checksum="abda08beb3411ec8f14ab872aa9859dc419e5f75c312221a62d655ff5401876f" ;; ppc64) - checksum="c64b9cce7a3ceaf5c310fad70be33077f1e6dea1384767fcf744732c0daa7473" + checksum="abda08beb3411ec8f14ab872aa9859dc419e5f75c312221a62d655ff5401876f" ;; ppc) - checksum="e67c2a7d16b3c732a1dcb663d031daf6eaca4b74d1d15196086c53c0c3a5b0a2" + checksum="abda08beb3411ec8f14ab872aa9859dc419e5f75c312221a62d655ff5401876f" ;; *) broken="cargo bootstrap binaries unavailable for ${XBPS_MACHINE}";; esac