mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bfs: update to 3.1.
This commit is contained in:
parent
fe011a907c
commit
ad278239ad
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'bfs'
|
# Template file for 'bfs'
|
||||||
pkgname=bfs
|
pkgname=bfs
|
||||||
version=3.0.4
|
version=3.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="acl-devel libcap-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"
|
||||||
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
|
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
|
||||||
|
@ -11,7 +11,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=7196f5a624871c91ad051752ea21043c198a875189e08c70ab3167567a72889d
|
checksum=aa6a94231915d3d37e5dd62d194cb58a575a8f45270020f2bdd5ab41e31d1492
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
find:find:/usr/bin/bfs
|
find:find:/usr/bin/bfs
|
||||||
|
|
Loading…
Add table
Reference in a new issue