cargo-deny: update to 0.13.9.

This commit is contained in:
icp 2023-07-04 22:21:27 +05:30 committed by classabbyamp
parent 1103193f94
commit a4a1bcce35

View file

@ -1,19 +1,19 @@
# Template file for 'cargo-deny' # Template file for 'cargo-deny'
pkgname=cargo-deny pkgname=cargo-deny
version=0.13.7 version=0.13.9
revision=1 revision=1
_adv_commit="222ccf84ef7d733a6eac71f694a5e14b4d0d0289" _adv_commit="222ccf84ef7d733a6eac71f694a5e14b4d0d0289"
build_style=cargo build_style=cargo
configure_args="--no-default-features" configure_args="--no-default-features"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="openssl-devel" makedepends="openssl-devel libzstd-devel"
short_desc="Cargo plugin to help you manage large dependency graphs" short_desc="Cargo plugin to help you manage large dependency graphs"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>" maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT, Apache-2.0" 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/refs/tags/${version}.tar.gz"
checksum=61c9d20baf7b941713cc3b2e83ca2233b39d6efaa4ed11abd73a12839096ff65 checksum=b26d8f984e00ddf96766e25781d6b296ff7a571f2c3730a607bfde24062b8adb
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"