bfs: update to 2.5.

This commit is contained in:
Daniel Eyßer 2022-02-24 22:26:49 +01:00 committed by Leah Neukirchen
parent f5f0648a82
commit 55ca50a3c9

View file

@ -1,9 +1,9 @@
# Template file for 'bfs' # Template file for 'bfs'
pkgname=bfs pkgname=bfs
version=2.3.1 version=2.5
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
makedepends="acl-devel libcap-devel" makedepends="acl-devel libcap-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/RELEASES.md" changelog="https://raw.githubusercontent.com/tavianator/bfs/main/RELEASES.md"
distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz" distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
checksum=c3ed60001804ca79a3794935ab6b9927bd14df42dc34e475b34d62929fcc5a98 checksum=410be5de74bfc5dece213731d3a8462310789118d299fb14f02bd9b0fdd66875
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE