From b9dd287b136b0be3fefa5aeceb296c1e23644ecb Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Sat, 21 Oct 2023 08:46:29 +0200 Subject: [PATCH] fd: update to 8.7.1 --- srcpkgs/fd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fd/template b/srcpkgs/fd/template index aad04286656dd..736939208866e 100644 --- a/srcpkgs/fd/template +++ b/srcpkgs/fd/template @@ -1,6 +1,6 @@ # Template file for 'fd' pkgname=fd -version=8.7.0 +version=8.7.1 revision=1 build_style=cargo build_helper=qemu @@ -10,7 +10,7 @@ license="Apache-2.0, MIT" homepage="https://github.com/sharkdp/fd" changelog="https://raw.githubusercontent.com/sharkdp/fd/master/CHANGELOG.md" distfiles="https://github.com/sharkdp/fd/archive/refs/tags/v${version}.tar.gz" -checksum=13da15f3197d58a54768aaad0099c80ad2e9756dd1b0c7df68c413ad2d5238c9 +checksum=2292cf6e4ba9262c592075b19ef9c241db32742b61ce613a3f42c474c01a3e28 if [ "${XBPS_BUILD_ENVIRONMENT}" = "void-packages-ci" ]; then make_check_args="-- --skip test_type_executable"