cargo-bootstrap: update to 1.81.0

This commit is contained in:
tranzystorekk 2024-09-05 21:18:32 +02:00
parent 043aee69db
commit 510ec593b5
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.80.1
version=1.81.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="b0f6d95c8a292b1276f30b1bca14197b28297c2fcd51974ef320d05497be3ca3"
checksum="44f74fbf64dd2627310e796cfcbde75c42c3435e93e880f1291c0e975b42c1f5"
;;
x86_64)
distfiles="${_bootstrap_url}/cargo-${version}-x86_64-unknown-linux-gnu.tar.xz"
checksum="da9340b3249f08656cd4fe10e47aa292c7cd79903870a5863064731a00b5b27e"
checksum="c50ee4b1ae8695461930e36d5465dddb7c7a0e0f0aa6cbd60de120b17c38b841"
;;
x86_64-musl)
distfiles="${_bootstrap_url}/cargo-${version}-x86_64-unknown-linux-musl.tar.xz"
checksum="0abddee763bf4f5561e883102a09d35237f5f503027c0e78fbf2a201c95a37ce"
checksum="ece99ea9b81e283bcaa3333ec01f6776d2a0840f956a4e7e5199fc3761354e36"
;;
# placeholders for user-supplied distfiles
ppc64le)