bfs: update to 1.2.4.

This commit is contained in:
maxice8 2018-09-25 13:06:56 -03:00
parent b40c283d05
commit 808c19338d
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'bfs'
pkgname=bfs
version=1.2.3
version=1.2.4
revision=1
build_style=gnu-makefile
short_desc="Breadth-first version of the UNIX find command"
@ -8,7 +8,7 @@ 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=8ce9e47367db50aeb0bf3c5707080a853993ed98059d577daa45c681f07e2fcd
checksum=99612daa60f3c6d3dd9c0fd92c1e12f4a975b7a3fad700dcad5796262e17674f
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="requires STATX macros" ;;