mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cargo-bootstrap: update to 1.79.0
This commit is contained in:
parent
9ce404c194
commit
c9676b962f
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cargo-bootstrap'
|
# Template file for 'cargo-bootstrap'
|
||||||
pkgname=cargo-bootstrap
|
pkgname=cargo-bootstrap
|
||||||
version=1.78.0
|
version=1.79.0
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Bootstrap binaries of Rust package manager"
|
short_desc="Bootstrap binaries of Rust package manager"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -24,15 +24,15 @@ esac
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686)
|
i686)
|
||||||
distfiles="${_bootstrap_url}/cargo-${version}-i686-unknown-linux-gnu.tar.xz"
|
distfiles="${_bootstrap_url}/cargo-${version}-i686-unknown-linux-gnu.tar.xz"
|
||||||
checksum="472230d0a04c6a2db80671549cb970176299817883dafbffb15c993f5aeaa909"
|
checksum="57bd43f363ebd399a38aa4ac3b137e9172706770f8b23479f9dd859c6ae779ab"
|
||||||
;;
|
;;
|
||||||
x86_64)
|
x86_64)
|
||||||
distfiles="${_bootstrap_url}/cargo-${version}-x86_64-unknown-linux-gnu.tar.xz"
|
distfiles="${_bootstrap_url}/cargo-${version}-x86_64-unknown-linux-gnu.tar.xz"
|
||||||
checksum="f8aacf7a101eb10dc000b8bf26de90a9d0ce678d02ccf70430ed20dd31ecec6b"
|
checksum="07fcadd27b645ad58ff4dae5ef166fd730311bbae8f25f6640fe1bfd2a1f3c3c"
|
||||||
;;
|
;;
|
||||||
x86_64-musl)
|
x86_64-musl)
|
||||||
distfiles="${_bootstrap_url}/cargo-${version}-x86_64-unknown-linux-musl.tar.xz"
|
distfiles="${_bootstrap_url}/cargo-${version}-x86_64-unknown-linux-musl.tar.xz"
|
||||||
checksum="681721c1b07014c346f1114ed800e5f5c5eb64a7a22d808f8c0bbc5616374fa6"
|
checksum="c053ba22b95615f41f27b42f5bacf3fbb26abba24ac01d2638877a584ff19738"
|
||||||
;;
|
;;
|
||||||
# placeholders for user-supplied distfiles
|
# placeholders for user-supplied distfiles
|
||||||
ppc64le)
|
ppc64le)
|
||||||
|
|
Loading…
Add table
Reference in a new issue