cargo-deny: update to 0.12.1.

This commit is contained in:
Jan Christian Grünhage
2022-06-08 17:51:22 +02:00
committed by Leah Neukirchen
parent 91f6da2267
commit 49d4fcfde0

View File

@@ -1,6 +1,6 @@
# Template file for 'cargo-deny'
pkgname=cargo-deny
version=0.11.3
version=0.12.1
revision=1
build_style=cargo
configure_args="--no-default-features"
@@ -12,16 +12,12 @@ 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=d9e6adc8342d69b84b4c4e6b1d34eaaf0750b4680a9c675c8c74659a8c27cfc8
checksum=9f77445008553b4de1f74c4f903b68f318842f769dc8bfffa5a17af2460c0963
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