From 30f6bb110101c8a3cac27af0c4d531945be4231d Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Thu, 18 May 2023 22:24:40 +0200 Subject: [PATCH] cargo-update: update to 13.0.3 --- 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 038c2e4e35a9..e739bed97716 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.2 +version=13.0.3 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=13d4f7998474761c6baf519c39c51b9a9974e3f690093bab42666e9342118525 - -# on i686, unexpected index dir hashes are generated -if [ "$XBPS_TARGET_MACHINE" == "i686" ]; then - make_check_args="-- --skip ops::assert_index_path" -fi +checksum=36643823e3dc5e7905ca6515ee5672799cbeb347ba9cb029ffc35265bd901fcb post_patch() { # Upstream does not ship a lockfile and is very vocal about that being