fd: update to 10.0.0

This commit is contained in:
Marcin Puc 2024-05-06 08:25:43 +02:00 committed by cinerea0
parent 5ccf1c66a1
commit f66e7657ed
2 changed files with 16 additions and 3 deletions

View File

@ -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"

View File

@ -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"