From 808c19338d6c2f11c71890a4297148bb62ce4d70 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 25 Sep 2018 13:06:56 -0300 Subject: [PATCH] bfs: update to 1.2.4. --- srcpkgs/bfs/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bfs/template b/srcpkgs/bfs/template index 32d0ed8f94..42f39a8be4 100644 --- a/srcpkgs/bfs/template +++ b/srcpkgs/bfs/template @@ -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 " 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" ;;