From 02a71d634162f9c6ed539ae2b36559446b5e0cc8 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Thu, 23 Mar 2023 09:43:50 +0100 Subject: [PATCH] rust-cargo-audit: update to 0.17.5 --- srcpkgs/rust-cargo-audit/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rust-cargo-audit/template b/srcpkgs/rust-cargo-audit/template index cf1089fa5700..a6cbc08a63dd 100644 --- a/srcpkgs/rust-cargo-audit/template +++ b/srcpkgs/rust-cargo-audit/template @@ -1,6 +1,6 @@ # Template file for 'rust-cargo-audit' pkgname=rust-cargo-audit -version=0.17.4 +version=0.17.5 revision=1 build_style=cargo hostmakedepends="pkg-config" @@ -11,7 +11,7 @@ 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=d081c816d0ad00c75527ea30e1bb10d5ac15a741b945c23a56acde67bb04a7c9 +checksum=9687fb6e8e2217aac2e72955ffb03d2d93b987f5f36a806787a5c64b38db0d13 if [ "$XBPS_TARGET_WORDSIZE" = "32" -a "$XBPS_TARGET_ENDIAN" = "be" ]; then broken="smartstring crate does not build on 32-bit BE architectures"