From c59f734e61c8ca34bcce4cdf0e26579b4feb773b Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 21 Mar 2019 07:45:16 -0300 Subject: [PATCH] tokei: update to 9.1.0. --- srcpkgs/tokei/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/tokei/template b/srcpkgs/tokei/template index d6b67bca0ea..638cadeeade 100644 --- a/srcpkgs/tokei/template +++ b/srcpkgs/tokei/template @@ -1,6 +1,6 @@ # Template file for 'tokei' pkgname=tokei -version=9.0.0 +version=9.1.0 revision=1 build_style=cargo short_desc="Count lines of code" @@ -8,9 +8,8 @@ maintainer="Joseph LaFreniere " license="Apache-2.0, MIT" homepage="https://github.com/Aaronepower/tokei" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=f0d4f7008946bd77482871b8c48c0570f059d697f3eb59934505a40ce1922a5a +checksum=d7c18192a773158eb4c12534dbe16cd1de3023118149427441c2e1ef3f076a1c post_install() { - vlicense LICENCE-APACHE vlicense LICENCE-MIT }