cargo-bootstrap: update to 1.95.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Template file for 'cargo-bootstrap'
|
||||
pkgname=cargo-bootstrap
|
||||
version=1.94.0
|
||||
version=1.95.0
|
||||
revision=1
|
||||
short_desc="Bootstrap binaries of Rust package manager"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
@@ -14,7 +14,7 @@ repository=bootstrap
|
||||
_bootstrap_url="https://static.rust-lang.org/dist"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*|i686) ;;
|
||||
x86_64*|i686|aarch64*) ;;
|
||||
# See srcpkgs/rust-bootstrap/files/generating-distfiles.md for details
|
||||
*) _bootstrap_url="https://repo-default.voidlinux.org/distfiles" ;;
|
||||
esac
|
||||
@@ -24,15 +24,23 @@ esac
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686)
|
||||
distfiles="${_bootstrap_url}/cargo-${version}-i686-unknown-linux-gnu.tar.xz"
|
||||
checksum="8699cfc772af3f651bf61e84a5b292e2ea62de9e1ab12d70e1384e57a5e91690"
|
||||
checksum="5292abf16427edd5e759f15177a3275ad21826e7a19fec58bf2ed6fd0b301f20"
|
||||
;;
|
||||
x86_64)
|
||||
distfiles="${_bootstrap_url}/cargo-${version}-x86_64-unknown-linux-gnu.tar.xz"
|
||||
checksum="8e17624f3de39e079845bfb25ed15a042f4b50ceca78e37c56c4b9b15949b9f7"
|
||||
checksum="e74edd2cf7d0f1f1383b4f00eb90c843750bc489e2ccf7214e6476678a907425"
|
||||
;;
|
||||
x86_64-musl)
|
||||
distfiles="${_bootstrap_url}/cargo-${version}-x86_64-unknown-linux-musl.tar.xz"
|
||||
checksum="3a9736d69a3342944ad58fd3abd0caa6e7ae91033b781272fa60afb665d2178e"
|
||||
checksum="6abadb9c6f9113f20858a67cfb48c4065c614cb038f543e19d5bf5d768663841"
|
||||
;;
|
||||
aarch64)
|
||||
distfiles="${_bootstrap_url}/cargo-${version}-aarch64-unknown-linux-gnu.tar.xz"
|
||||
checksum="7c070aeba9bbf12073646995a03f36c346bb5f541d0078ba6d9dc2a7adaaf6af"
|
||||
;;
|
||||
aarch64-musl)
|
||||
distfiles="${_bootstrap_url}/cargo-${version}-aarch64-unknown-linux-musl.tar.xz"
|
||||
checksum="3ea32cd155faeefa3f7689d74a9e515641be5163cba1b331099943b79d8680d9"
|
||||
;;
|
||||
# placeholders for user-supplied distfiles
|
||||
ppc64le)
|
||||
|
||||
Reference in New Issue
Block a user