bfs: update to 2.0.

Closes: #25712 [via git-merge-pr]
This commit is contained in:
Daniel Eyßer 2020-10-18 17:49:55 +02:00 committed by Andrew J. Hesford
parent 4fbe6d66ca
commit de84297b7b

View file

@ -1,18 +1,18 @@
# Template file for 'bfs'
pkgname=bfs
version=1.7
version=2.0
revision=1
build_style=gnu-makefile
makedepends="acl-devel libcap-devel"
checkdepends="acl-progs"
short_desc="Breadth-first version of the UNIX find command"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
license="0BSD"
homepage="https://github.com/tavianator/bfs"
changelog="https://raw.githubusercontent.com/tavianator/bfs/master/RELEASES.md"
changelog="https://raw.githubusercontent.com/tavianator/bfs/main/RELEASES.md"
distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
checksum=a060e3f10e00374a55c6fe15fca3d5662ded825724f80f8a17019796bc333a95
checksum=afbde70742f4bac3f3b030b36531fe0bd67dbdda61ce0457f3a1e5681405df33
post_install() {
vlicense COPYING
vlicense LICENSE
}