rust-cargo-audit: update to 0.20.0.
This commit is contained in:
parent
eeecf2769d
commit
fd96fb7ffa
|
@ -1,18 +1,16 @@
|
|||
# Template file for 'rust-cargo-audit'
|
||||
pkgname=rust-cargo-audit
|
||||
version=0.18.3
|
||||
version=0.20.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
configure_args="--features=fix"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="openssl-devel libssh2-devel zlib-devel"
|
||||
short_desc="Audit Cargo.lock for crates with security vulnerabilities"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="Apache-2.0, MIT"
|
||||
homepage="https://rustsec.org"
|
||||
changelog="https://github.com/rustsec/rustsec/raw/main/cargo-audit/CHANGELOG.md"
|
||||
distfiles="https://static.crates.io/crates/cargo-audit/cargo-audit-${version}.crate"
|
||||
checksum=5b658bdd57c923260baa93b9a9f5cd652b06b45ff7688cf83933ffa03a3a6b1d
|
||||
checksum=8c5d412d2749c2c2e01944e4c004433ed132a9a4aa663b74901f230af82ab1ff
|
||||
|
||||
if [ "$XBPS_TARGET_WORDSIZE" = "32" -a "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||
broken="smartstring crate does not build on 32-bit BE architectures"
|
||||
|
|
Loading…
Reference in New Issue