mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bfs: update to 3.2.
This commit is contained in:
parent
2a51d7b19c
commit
7a10a77a91
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'bfs'
|
# Template file for 'bfs'
|
||||||
pkgname=bfs
|
pkgname=bfs
|
||||||
version=3.1.3
|
version=3.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=configure
|
||||||
|
configure_args="--enable-release"
|
||||||
makedepends="acl-devel libcap-devel liburing-devel oniguruma-devel"
|
makedepends="acl-devel libcap-devel liburing-devel oniguruma-devel"
|
||||||
checkdepends="acl-progs libcap-progs"
|
checkdepends="acl-progs libcap-progs"
|
||||||
short_desc="Breadth-first version of the UNIX find command"
|
short_desc="Breadth-first version of the UNIX find command"
|
||||||
|
@ -11,7 +12,7 @@ license="0BSD"
|
||||||
homepage="https://github.com/tavianator/bfs"
|
homepage="https://github.com/tavianator/bfs"
|
||||||
changelog="https://raw.githubusercontent.com/tavianator/bfs/main/docs/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/tavianator/bfs/main/docs/CHANGELOG.md"
|
||||||
distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
|
distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
|
||||||
checksum=9b512e4fe665ff73f9a0b3357420fc1f65af6205cbf74f2dfb55592e90e598d8
|
checksum=86b17cab7b213f36e93639eceba3ffa86e1556d12a1db8955c8c7e53b2e94140
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
find:find:/usr/bin/bfs
|
find:find:/usr/bin/bfs
|
||||||
|
|
Loading…
Add table
Reference in a new issue