mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
rust-cargo-audit: update to 0.21.1
This commit is contained in:
parent
f230028879
commit
59ef5c8433
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'rust-cargo-audit'
|
# Template file for 'rust-cargo-audit'
|
||||||
pkgname=rust-cargo-audit
|
pkgname=rust-cargo-audit
|
||||||
version=0.20.0
|
version=0.21.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
configure_args="--features=fix"
|
configure_args="--features=fix"
|
||||||
short_desc="Audit Cargo.lock for crates with security vulnerabilities"
|
short_desc="Audit Cargo.lock for crates with security vulnerabilities"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="Apache-2.0, MIT"
|
license="Apache-2.0 OR MIT"
|
||||||
homepage="https://rustsec.org"
|
homepage="https://rustsec.org"
|
||||||
changelog="https://github.com/rustsec/rustsec/raw/main/cargo-audit/CHANGELOG.md"
|
changelog="https://github.com/rustsec/rustsec/raw/main/cargo-audit/CHANGELOG.md"
|
||||||
distfiles="https://static.crates.io/crates/cargo-audit/cargo-audit-${version}.crate"
|
distfiles="https://static.crates.io/crates/cargo-audit/cargo-audit-${version}.crate"
|
||||||
checksum=8c5d412d2749c2c2e01944e4c004433ed132a9a4aa663b74901f230af82ab1ff
|
checksum=863b77b110eadea5f534fdae83767cc3efde36ca7d195492327d3c532a4ee5e0
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_WORDSIZE" = "32" -a "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
if [ "$XBPS_TARGET_WORDSIZE" = "32" -a "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||||
broken="smartstring crate does not build on 32-bit BE architectures"
|
broken="smartstring crate does not build on 32-bit BE architectures"
|
||||||
|
|
Loading…
Add table
Reference in a new issue