Revert "cargo-bootstrap: update to 1.83.0"

This reverts commit d6c181f23c.
This commit is contained in:
tranzystorekk 2024-12-01 16:43:57 +01:00
parent 422b627324
commit 44193b8620
1 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,8 @@
# Template file for 'cargo-bootstrap'
pkgname=cargo-bootstrap
version=1.83.0
revision=1
reverts="1.83.0_1"
version=1.82.0
revision=2
short_desc="Bootstrap binaries of Rust package manager"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0 OR MIT"
@ -24,15 +25,15 @@ esac
case "$XBPS_TARGET_MACHINE" in
i686)
distfiles="${_bootstrap_url}/cargo-${version}-i686-unknown-linux-gnu.tar.xz"
checksum="906976544e7f6bac7ee4f54eae56f3162fe7dc06744cf84149699be57bd0b4c7"
checksum="1cf5bae93e9724f50f1a20a752f05870565e0ce83baa157aad632aa162fd97d5"
;;
x86_64)
distfiles="${_bootstrap_url}/cargo-${version}-x86_64-unknown-linux-gnu.tar.xz"
checksum="de834a4062d9cd200f8e0cdca894c0b98afe26f1396d80765df828880a39b98c"
checksum="97aeae783874a932c4500f4d36473297945edf6294d63871784217d608718e70"
;;
x86_64-musl)
distfiles="${_bootstrap_url}/cargo-${version}-x86_64-unknown-linux-musl.tar.xz"
checksum="9b40bcec495425401272788ba58cee703e941e51fb1b8508ef772a93aa173043"
checksum="a66b3129cb483d55188742769bf8282d9546630f2e25434ff233b22bbec5009e"
;;
# placeholders for user-supplied distfiles
ppc64le)