From 24eaf697823f35c93a803e94556e9e80ac07a7a0 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Sat, 20 May 2023 19:27:24 +0200 Subject: [PATCH] cargo-update: update to 13.0.4 --- srcpkgs/cargo-update/template | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/srcpkgs/cargo-update/template b/srcpkgs/cargo-update/template index 860dfe924247..086d3660bfaa 100644 --- a/srcpkgs/cargo-update/template +++ b/srcpkgs/cargo-update/template @@ -1,6 +1,6 @@ # Template file for 'cargo-update' pkgname=cargo-update -version=13.0.3 +version=13.0.4 revision=1 build_style=cargo hostmakedepends="pkg-config go-md2man" @@ -11,12 +11,7 @@ license="MIT" homepage="https://github.com/nabijaczleweli/cargo-update" changelog="https://github.com/nabijaczleweli/cargo-update/releases" distfiles="https://github.com/nabijaczleweli/cargo-update/archive/refs/tags/v${version}.tar.gz" -checksum=36643823e3dc5e7905ca6515ee5672799cbeb347ba9cb029ffc35265bd901fcb - -# on i686, unexpected index dir hashes are generated -if [ "$XBPS_TARGET_MACHINE" == "i686" ]; then - make_check_args="-- --skip ops::assert_index_path" -fi +checksum=cc07255dc6b7b61d7c54955ea33486b447f629564d9f3ebb88d421ab5bcdcdf6 post_patch() { # Upstream does not ship a lockfile and is very vocal about that being