cargo-bootstrap: update to 1.83.0

This commit is contained in:
tranzystorekk 2024-11-28 15:55:58 +01:00
parent d2796d130c
commit d6c181f23c
1 changed files with 4 additions and 4 deletions

View File

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