bfs: update to 1.7.
This commit is contained in:
parent
d5279061f0
commit
3e94b03d88
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'bfs'
|
||||
pkgname=bfs
|
||||
version=1.6
|
||||
version=1.7
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
makedepends="acl-devel libcap-devel"
|
||||
|
@ -9,8 +9,9 @@ short_desc="Breadth-first version of the UNIX find command"
|
|||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="0BSD"
|
||||
homepage="https://github.com/tavianator/bfs"
|
||||
changelog="https://raw.githubusercontent.com/tavianator/bfs/master/RELEASES.md"
|
||||
distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
|
||||
checksum=8371720d620c3f90d81974e1aa0bfc6d82070aa286c9c39019f98f9ed59722fb
|
||||
checksum=a060e3f10e00374a55c6fe15fca3d5662ded825724f80f8a17019796bc333a95
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in a new issue