bfs: update to 1.2. (#11012)
This commit is contained in:
parent
da9c84b0f3
commit
029145cd02
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'bfs'
|
# Template file for 'bfs'
|
||||||
pkgname=bfs
|
pkgname=bfs
|
||||||
version=1.1.4
|
version=1.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="A breadth-first version of the UNIX find command"
|
short_desc="Breadth-first version of the UNIX find command"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="MIT"
|
license="BSD"
|
||||||
homepage="https://github.com/tavianator/bfs"
|
homepage="https://github.com/tavianator/bfs"
|
||||||
distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
|
distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
|
||||||
checksum=ce9ebcbc6021d2af12fc639ce8fef8c0dd6ec9aedf0e3a3252f0db91d0ae05ce
|
checksum=1589d7c5bd11d99d6d46b77727112dcdd53f3b228b88b807b04de1b5a4e84c88
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue