From 9e7e558e062c650fcce4ed95dcf319ab0cf83f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Mon, 14 Nov 2022 10:47:34 +0100 Subject: [PATCH] rust-cargo-audit: update to 0.17.4. --- srcpkgs/rust-cargo-audit/template | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/srcpkgs/rust-cargo-audit/template b/srcpkgs/rust-cargo-audit/template index 3c7a89682183..cf1089fa5700 100644 --- a/srcpkgs/rust-cargo-audit/template +++ b/srcpkgs/rust-cargo-audit/template @@ -1,7 +1,7 @@ # Template file for 'rust-cargo-audit' pkgname=rust-cargo-audit -version=0.13.1 -revision=2 +version=0.17.4 +revision=1 build_style=cargo hostmakedepends="pkg-config" makedepends="openssl-devel libssh2-devel zlib-devel" @@ -9,18 +9,14 @@ short_desc="Audit Cargo.lock for crates with security vulnerabilities" maintainer="Enno Boland " 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=5c04240c97606ef511e5df2e26eb8c7c30031d015613c1f01c59068b50da7df2 +checksum=d081c816d0ad00c75527ea30e1bb10d5ac15a741b945c23a56acde67bb04a7c9 if [ "$XBPS_TARGET_WORDSIZE" = "32" -a "$XBPS_TARGET_ENDIAN" = "be" ]; then broken="smartstring crate does not build on 32-bit BE architectures" fi -pre_build() { - # fixes an indexmap error when cross compiling - cargo update --package autocfg:1.0.1 --precise 1.1.0 -} - post_install() { vlicense LICENSE-APACHE vlicense LICENSE-MIT