mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
cargo-bootstrap: update to 1.84.1
This commit is contained in:
parent
f7bfa888ae
commit
1c9977ea4d
1 changed files with 5 additions and 6 deletions
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'cargo-bootstrap'
|
||||
pkgname=cargo-bootstrap
|
||||
reverts="1.83.0_1"
|
||||
version=1.82.0
|
||||
revision=2
|
||||
version=1.84.1
|
||||
revision=1
|
||||
short_desc="Bootstrap binaries of Rust package manager"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="Apache-2.0 OR MIT"
|
||||
|
@ -25,15 +24,15 @@ esac
|
|||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686)
|
||||
distfiles="${_bootstrap_url}/cargo-${version}-i686-unknown-linux-gnu.tar.xz"
|
||||
checksum="1cf5bae93e9724f50f1a20a752f05870565e0ce83baa157aad632aa162fd97d5"
|
||||
checksum="41c0cf94e4414a1af3dd2420c2969567daeb364002fbb91264af897705cd8f8f"
|
||||
;;
|
||||
x86_64)
|
||||
distfiles="${_bootstrap_url}/cargo-${version}-x86_64-unknown-linux-gnu.tar.xz"
|
||||
checksum="97aeae783874a932c4500f4d36473297945edf6294d63871784217d608718e70"
|
||||
checksum="792214e185297d8a3fa65949f9f3001ddd7cc06e1e8afd2a042f7ca5a8af727b"
|
||||
;;
|
||||
x86_64-musl)
|
||||
distfiles="${_bootstrap_url}/cargo-${version}-x86_64-unknown-linux-musl.tar.xz"
|
||||
checksum="a66b3129cb483d55188742769bf8282d9546630f2e25434ff233b22bbec5009e"
|
||||
checksum="3c5d4a7aa3fabc447700e70bf62b5243f079c4e7ba03c9c9f99bb425ac39a1b3"
|
||||
;;
|
||||
# placeholders for user-supplied distfiles
|
||||
ppc64le)
|
||||
|
|
Loading…
Add table
Reference in a new issue