bfs: update to 1.2.3.
This commit is contained in:
parent
442b3dda29
commit
13b2c601b0
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'bfs'
|
||||
pkgname=bfs
|
||||
version=1.2.2
|
||||
version=1.2.3
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="Breadth-first version of the UNIX find command"
|
||||
|
@ -8,7 +8,11 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|||
license="0BSD"
|
||||
homepage="https://github.com/tavianator/bfs"
|
||||
distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
|
||||
checksum=60eba3829242317ddb9ffc722ee2af518175c5cc3cfc4bf8a4c8c85c8184c090
|
||||
checksum=8ce9e47367db50aeb0bf3c5707080a853993ed98059d577daa45c681f07e2fcd
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) broken="requires STATX macros" ;;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in a new issue