From 881ff05513c8e1cabaf1f03d52b532c01473bef0 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Wed, 8 May 2024 11:14:46 +0200 Subject: [PATCH] fd: update to 10.1.0 --- srcpkgs/fd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fd/template b/srcpkgs/fd/template index 0a10a49e109ac6..41af9125931241 100644 --- a/srcpkgs/fd/template +++ b/srcpkgs/fd/template @@ -1,6 +1,6 @@ # Template file for 'fd' pkgname=fd -version=10.0.0 +version=10.1.0 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=a8e95bf363dc70896f5404bf7b0ab10f7d5e98a13485369e0dfd6579bf461a05 +checksum=ee4b2403388344ff60125c79ff25b7895a170e7960f243ba2b5d51d2c3712d97 if [ "${XBPS_BUILD_ENVIRONMENT}" = "void-packages-ci" ]; then make_check_args="-- --skip test_type_executable"