mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-13 12:47:01 +02:00
cargo-boostrap: update to 1.85.1
This commit is contained in:
parent
580552b2b1
commit
81efd24d35
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cargo-bootstrap'
|
||||
pkgname=cargo-bootstrap
|
||||
version=1.85.0
|
||||
version=1.85.1
|
||||
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="3832027242911ab96fd86128587fc563596a5b10e8e38a073facf61c1ac9668f"
|
||||
checksum="5d409c7cb9e3eb240eb349ced1a88b49f4ccd289d80888d53e52cc94d446521f"
|
||||
;;
|
||||
x86_64)
|
||||
distfiles="${_bootstrap_url}/cargo-${version}-x86_64-unknown-linux-gnu.tar.xz"
|
||||
checksum="0aff33b57b0e0b102d762a2b53042846c1ca346cff4b7bd96b5c03c9e8e51d81"
|
||||
checksum="7373132c13e394755d15f01bda4374af59b4daef01b12a83cb3df3f3be38e289"
|
||||
;;
|
||||
x86_64-musl)
|
||||
distfiles="${_bootstrap_url}/cargo-${version}-x86_64-unknown-linux-musl.tar.xz"
|
||||
checksum="097bf46bb15bf8af3e33f7720fd14d6d02bbbf7dddcef926b773a52535c2c8a3"
|
||||
checksum="f0056f62d54ffcc039a6a68985947d56280fdbb0109f9faeaabcd53ef0f46e62"
|
||||
;;
|
||||
# placeholders for user-supplied distfiles
|
||||
ppc64le)
|
||||
|
|
Loading…
Add table
Reference in a new issue