From 944cd6ca092b7764b6b81e17288c224efdb4a2ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= Date: Sun, 18 Oct 2020 17:49:55 +0200 Subject: [PATCH] bfs: update to 2.0. --- srcpkgs/bfs/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/bfs/template b/srcpkgs/bfs/template index 53f9dea5efd..bad966eee44 100644 --- a/srcpkgs/bfs/template +++ b/srcpkgs/bfs/template @@ -1,18 +1,18 @@ # Template file for 'bfs' pkgname=bfs -version=1.7 +version=2.0 revision=1 build_style=gnu-makefile makedepends="acl-devel libcap-devel" checkdepends="acl-progs" short_desc="Breadth-first version of the UNIX find command" -maintainer="Orphaned " +maintainer="Daniel Eyßer " license="0BSD" homepage="https://github.com/tavianator/bfs" -changelog="https://raw.githubusercontent.com/tavianator/bfs/master/RELEASES.md" +changelog="https://raw.githubusercontent.com/tavianator/bfs/main/RELEASES.md" distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz" -checksum=a060e3f10e00374a55c6fe15fca3d5662ded825724f80f8a17019796bc333a95 +checksum=afbde70742f4bac3f3b030b36531fe0bd67dbdda61ce0457f3a1e5681405df33 post_install() { - vlicense COPYING + vlicense LICENSE }