mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
fd: update to 10.3.0
This commit is contained in:
parent
b330c8c44c
commit
1329851964
2 changed files with 3 additions and 15 deletions
|
@ -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"
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fd'
|
# Template file for 'fd'
|
||||||
pkgname=fd
|
pkgname=fd
|
||||||
version=10.2.0
|
version=10.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
|
@ -10,10 +10,11 @@ license="Apache-2.0 OR MIT"
|
||||||
homepage="https://github.com/sharkdp/fd"
|
homepage="https://github.com/sharkdp/fd"
|
||||||
changelog="https://raw.githubusercontent.com/sharkdp/fd/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/sharkdp/fd/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/sharkdp/fd/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/sharkdp/fd/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=73329fe24c53f0ca47cd0939256ca5c4644742cb7c14cf4114c8c9871336d342
|
checksum=2edbc917a533053855d5b635dff368d65756ce6f82ddefd57b6c202622d791e9
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman doc/fd.1
|
vman doc/fd.1
|
||||||
|
vlicense LICENSE-APACHE
|
||||||
vlicense LICENSE-MIT
|
vlicense LICENSE-MIT
|
||||||
|
|
||||||
vcompletion contrib/completion/_fd zsh
|
vcompletion contrib/completion/_fd zsh
|
||||||
|
|
Loading…
Add table
Reference in a new issue