fd: update to 10.3.0

This commit is contained in:
tranzystorekk 2025-08-27 16:46:44 +02:00
parent b330c8c44c
commit 1329851964
2 changed files with 3 additions and 15 deletions

View file

@ -1,13 +0,0 @@
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,6 +1,6 @@
# Template file for 'fd'
pkgname=fd
version=10.2.0
version=10.3.0
revision=1
build_style=cargo
build_helper=qemu
@ -10,10 +10,11 @@ license="Apache-2.0 OR 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=73329fe24c53f0ca47cd0939256ca5c4644742cb7c14cf4114c8c9871336d342
checksum=2edbc917a533053855d5b635dff368d65756ce6f82ddefd57b6c202622d791e9
post_install() {
vman doc/fd.1
vlicense LICENSE-APACHE
vlicense LICENSE-MIT
vcompletion contrib/completion/_fd zsh