cargo-deny: update to 0.12.2.

This commit is contained in:
Jan Christian Grünhage 2022-08-05 17:24:47 +02:00 committed by classabbyamp
parent 3285b57693
commit c122617aa5

View file

@ -1,6 +1,6 @@
# Template file for 'cargo-deny' # Template file for 'cargo-deny'
pkgname=cargo-deny pkgname=cargo-deny
version=0.12.1 version=0.12.2
revision=1 revision=1
build_style=cargo build_style=cargo
configure_args="--no-default-features" configure_args="--no-default-features"
@ -12,7 +12,7 @@ license="MIT, Apache-2.0"
homepage="https://github.com/EmbarkStudios/cargo-deny" homepage="https://github.com/EmbarkStudios/cargo-deny"
changelog="https://raw.githubusercontent.com/EmbarkStudios/cargo-deny/main/CHANGELOG.md" changelog="https://raw.githubusercontent.com/EmbarkStudios/cargo-deny/main/CHANGELOG.md"
distfiles="https://github.com/EmbarkStudios/cargo-deny/archive/${version}.tar.gz" distfiles="https://github.com/EmbarkStudios/cargo-deny/archive/${version}.tar.gz"
checksum=9f77445008553b4de1f74c4f903b68f318842f769dc8bfffa5a17af2460c0963 checksum=7d8a034fe0219f8b7adc0ab25c90f7f253b4c387d7d5c8f74f6ad79f4810dc1e
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
broken="bitvec crate unimplemented for big endian" broken="bitvec crate unimplemented for big endian"