From 88bc851f879ed93e511908a90d70817a570e9c45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Mon, 17 Aug 2020 17:23:03 +0200 Subject: [PATCH] cargo-deny: update to 0.7.3. --- srcpkgs/cargo-deny/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cargo-deny/template b/srcpkgs/cargo-deny/template index 640c7585305..982bcca4969 100644 --- a/srcpkgs/cargo-deny/template +++ b/srcpkgs/cargo-deny/template @@ -1,6 +1,6 @@ # Template file for 'cargo-deny' pkgname=cargo-deny -version=0.7.2 +version=0.7.3 revision=1 build_style=cargo configure_args="--no-default-features" @@ -11,7 +11,7 @@ maintainer="Jan Christian Grünhage " license="MIT, Apache-2.0" homepage="https://github.com/EmbarkStudios/cargo-deny" distfiles="https://github.com/EmbarkStudios/cargo-deny/archive/${version}.tar.gz" -checksum=90b26b5eb137dc61d36a8467fc90d91e788948dc08a790f57971c6be38db01d1 +checksum=7133887070f2b6d4129420b45a57a48c76b2ecc5271b87015a7b8dbe81fb3f58 if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then broken="bitvec crate unimplemented for big endian"