From 9a744d04ca91b622f736238fde31d3d8f35a5aa7 Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 4 Jul 2023 22:21:27 +0530 Subject: [PATCH] cargo-deny: update to 0.13.9. --- srcpkgs/cargo-deny/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/cargo-deny/template b/srcpkgs/cargo-deny/template index b9021a707dcb..31956c5d6abb 100644 --- a/srcpkgs/cargo-deny/template +++ b/srcpkgs/cargo-deny/template @@ -1,19 +1,19 @@ # Template file for 'cargo-deny' pkgname=cargo-deny -version=0.13.7 +version=0.13.9 revision=1 _adv_commit="222ccf84ef7d733a6eac71f694a5e14b4d0d0289" build_style=cargo configure_args="--no-default-features" hostmakedepends="pkg-config" -makedepends="openssl-devel" +makedepends="openssl-devel libzstd-devel" short_desc="Cargo plugin to help you manage large dependency graphs" maintainer="Jan Christian Grünhage " license="MIT, Apache-2.0" homepage="https://github.com/EmbarkStudios/cargo-deny" changelog="https://raw.githubusercontent.com/EmbarkStudios/cargo-deny/main/CHANGELOG.md" -distfiles="https://github.com/EmbarkStudios/cargo-deny/archive/${version}.tar.gz" -checksum=61c9d20baf7b941713cc3b2e83ca2233b39d6efaa4ed11abd73a12839096ff65 +distfiles="https://github.com/EmbarkStudios/cargo-deny/archive/refs/tags/${version}.tar.gz" +checksum=b26d8f984e00ddf96766e25781d6b296ff7a571f2c3730a607bfde24062b8adb if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then broken="bitvec crate unimplemented for big endian"