From 91408a75ee0f74ccc042bb973965aa9562c70eb4 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Tue, 4 Oct 2022 17:48:42 +0200 Subject: [PATCH] cargo-update: update to 10.0.1 --- srcpkgs/cargo-update/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cargo-update/template b/srcpkgs/cargo-update/template index c768f7b1d6e7..725252f0a7af 100644 --- a/srcpkgs/cargo-update/template +++ b/srcpkgs/cargo-update/template @@ -1,6 +1,6 @@ # Template file for 'cargo-update' pkgname=cargo-update -version=9.0.0 +version=10.0.1 revision=1 build_style=cargo hostmakedepends="cmake pkg-config go-md2man" @@ -10,7 +10,12 @@ maintainer="Jan Christian Grünhage " license="MIT" homepage="https://github.com/nabijaczleweli/cargo-update" distfiles="https://github.com/nabijaczleweli/cargo-update/archive/refs/tags/v${version}.tar.gz" -checksum=91667cfa404b6e2c9d0eafdf801f0740b863cc1b0e269e681369a6b6093dec3c +checksum=6057c640fe372aaae22644ce4dbe2c4a3299e687858c9043544737379fc03876 + +# on i686, unexpected index dir hashes are generated +if [ "$XBPS_TARGET_MACHINE" == "i686" ]; then + make_check_args="-- --skip ops::assert_index_path" +fi post_install() { vlicense LICENSE