From dc5c773f58232554575d278d6a634acd98e57102 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Mon, 6 May 2024 08:25:43 +0200 Subject: [PATCH] fd: update to 10.0.0 --- srcpkgs/fd/patches/drop-rust-version-patch.patch | 13 +++++++++++++ srcpkgs/fd/template | 6 +++--- 2 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/fd/patches/drop-rust-version-patch.patch diff --git a/srcpkgs/fd/patches/drop-rust-version-patch.patch b/srcpkgs/fd/patches/drop-rust-version-patch.patch new file mode 100644 index 00000000000000..7cd8267acd7d52 --- /dev/null +++ b/srcpkgs/fd/patches/drop-rust-version-patch.patch @@ -0,0 +1,13 @@ +diff --git a/Cargo.toml b/Cargo.toml +index c15ba52..206049c 100644 +--- a/Cargo.toml ++++ b/Cargo.toml +@@ -18,7 +18,7 @@ readme = "README.md" + repository = "https://github.com/sharkdp/fd" + version = "10.0.0" + edition= "2021" +-rust-version = "1.77.2" ++rust-version = "1.77" + + [badges.appveyor] + repository = "sharkdp/fd" diff --git a/srcpkgs/fd/template b/srcpkgs/fd/template index 4630938b1645b3..0a10a49e109ac6 100644 --- a/srcpkgs/fd/template +++ b/srcpkgs/fd/template @@ -1,7 +1,7 @@ # Template file for 'fd' pkgname=fd -version=9.0.0 -revision=2 +version=10.0.0 +revision=1 build_style=cargo build_helper=qemu short_desc="Simple, fast and user-friendly alternative to find" @@ -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=306d7662994e06e23d25587246fa3fb1f528579e42a84f5128e75feec635a370 +checksum=a8e95bf363dc70896f5404bf7b0ab10f7d5e98a13485369e0dfd6579bf461a05 if [ "${XBPS_BUILD_ENVIRONMENT}" = "void-packages-ci" ]; then make_check_args="-- --skip test_type_executable"