cargo-bootstrap: update to 1.82.0
This commit is contained in:
parent
10177796fc
commit
cf15b72e19
@ -1,10 +1,10 @@
|
||||
# Template file for 'cargo-bootstrap'
|
||||
pkgname=cargo-bootstrap
|
||||
version=1.81.0
|
||||
version=1.82.0
|
||||
revision=1
|
||||
short_desc="Bootstrap binaries of Rust package manager"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT, Apache-2.0"
|
||||
license="Apache-2.0 OR MIT"
|
||||
homepage="https://www.rust-lang.org/"
|
||||
conflicts="cargo>=0"
|
||||
lib32disabled=yes
|
||||
@ -24,15 +24,15 @@ esac
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686)
|
||||
distfiles="${_bootstrap_url}/cargo-${version}-i686-unknown-linux-gnu.tar.xz"
|
||||
checksum="44f74fbf64dd2627310e796cfcbde75c42c3435e93e880f1291c0e975b42c1f5"
|
||||
checksum="1cf5bae93e9724f50f1a20a752f05870565e0ce83baa157aad632aa162fd97d5"
|
||||
;;
|
||||
x86_64)
|
||||
distfiles="${_bootstrap_url}/cargo-${version}-x86_64-unknown-linux-gnu.tar.xz"
|
||||
checksum="c50ee4b1ae8695461930e36d5465dddb7c7a0e0f0aa6cbd60de120b17c38b841"
|
||||
checksum="97aeae783874a932c4500f4d36473297945edf6294d63871784217d608718e70"
|
||||
;;
|
||||
x86_64-musl)
|
||||
distfiles="${_bootstrap_url}/cargo-${version}-x86_64-unknown-linux-musl.tar.xz"
|
||||
checksum="ece99ea9b81e283bcaa3333ec01f6776d2a0840f956a4e7e5199fc3761354e36"
|
||||
checksum="a66b3129cb483d55188742769bf8282d9546630f2e25434ff233b22bbec5009e"
|
||||
;;
|
||||
# placeholders for user-supplied distfiles
|
||||
ppc64le)
|
||||
|
Loading…
x
Reference in New Issue
Block a user