cargo-deny: update to 0.11.3.

This commit is contained in:
Jan Christian Grünhage 2022-02-09 17:53:05 +01:00 committed by Leah Neukirchen
parent 08329ee9e7
commit e10a7ebe88

View file

@ -1,6 +1,6 @@
# Template file for 'cargo-deny'
pkgname=cargo-deny
version=0.10.1
version=0.11.3
revision=1
build_style=cargo
configure_args="--no-default-features"
@ -10,13 +10,18 @@ short_desc="Cargo plugin to help you manage large dependency graphs"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT, Apache-2.0"
homepage="https://github.com/EmbarkStudios/cargo-deny"
changelog="https://raw.githubusercontent.com/EmbarkStudios/cargo-deny/main/CHANGELOG.md"
distfiles="https://github.com/EmbarkStudios/cargo-deny/archive/${version}.tar.gz"
checksum=136764d16b6d60fc9ddec4989ab4cb2bdcee9a096d0f3cd40b1c574bcc1b7f44
checksum=d9e6adc8342d69b84b4c4e6b1d34eaaf0750b4680a9c675c8c74659a8c27cfc8
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
broken="bitvec crate unimplemented for big endian"
fi
post_patch() {
cargo update --package autocfg --precise 1.1.0
}
post_install() {
vlicense LICENSE-APACHE
vlicense LICENSE-MIT