bfs: update to 2.6.
This commit is contained in:
parent
4155a7b323
commit
b2bf5bc707
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'bfs'
|
||||
pkgname=bfs
|
||||
version=2.5
|
||||
version=2.6
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
makedepends="acl-devel libcap-devel oniguruma-devel"
|
||||
|
@ -9,9 +9,9 @@ short_desc="Breadth-first version of the UNIX find command"
|
|||
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
|
||||
license="0BSD"
|
||||
homepage="https://github.com/tavianator/bfs"
|
||||
changelog="https://raw.githubusercontent.com/tavianator/bfs/main/RELEASES.md"
|
||||
changelog="https://raw.githubusercontent.com/tavianator/bfs/main/docs/CHANGELOG.md"
|
||||
distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
|
||||
checksum=410be5de74bfc5dece213731d3a8462310789118d299fb14f02bd9b0fdd66875
|
||||
checksum=5812a4c62004c851eb02e23c0b6698dbb40061ce1c4069bb33c5b14f5361d81b
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue