mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
fd: update to 10.2.0, adopt
This commit is contained in:
parent
44ef184905
commit
4dc736360a
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'fd'
|
# Template file for 'fd'
|
||||||
pkgname=fd
|
pkgname=fd
|
||||||
version=10.1.0
|
version=10.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
short_desc="Simple, fast and user-friendly alternative to find"
|
short_desc="Simple, fast and user-friendly alternative to find"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
||||||
license="Apache-2.0, MIT"
|
license="Apache-2.0, 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=ee4b2403388344ff60125c79ff25b7895a170e7960f243ba2b5d51d2c3712d97
|
checksum=73329fe24c53f0ca47cd0939256ca5c4644742cb7c14cf4114c8c9871336d342
|
||||||
|
|
||||||
if [ "${XBPS_BUILD_ENVIRONMENT}" = "void-packages-ci" ]; then
|
if [ "${XBPS_BUILD_ENVIRONMENT}" = "void-packages-ci" ]; then
|
||||||
make_check_args="-- --skip test_type_executable"
|
make_check_args="-- --skip test_type_executable"
|
||||||
|
|
Loading…
Add table
Reference in a new issue