From cd03a11f73f84fbe8e699095fc8bb5913a74a246 Mon Sep 17 00:00:00 2001 From: wbp Date: Mon, 7 Sep 2026 18:33:40 -0700 Subject: [PATCH] tokei: update to 15.0.0, second attempt --- srcpkgs/tokei/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tokei/template b/srcpkgs/tokei/template index 7ffc97ded4f3a8..ade50d8f82542d 100644 --- a/srcpkgs/tokei/template +++ b/srcpkgs/tokei/template @@ -1,6 +1,6 @@ # Template file for 'tokei' pkgname=tokei -version=14.0.0 +version=15.0.0 revision=1 build_style=cargo configure_args="--features=all" @@ -9,8 +9,9 @@ short_desc="Count lines of code" maintainer="Orphaned " license="Apache-2.0 OR MIT" homepage="https://github.com/XAMPPRocky/tokei" +changelog="https://raw.githubusercontent.com/XAMPPRocky/tokei/refs/heads/master/CHANGELOG.md" distfiles="https://github.com/XAMPPRocky/tokei/archive/refs/tags/v${version}.tar.gz" -checksum=4e561dbb83ef1b46359714fc623fd45eddfb14821ece63a219470500fdd1cd26 +checksum=966da7b9a81ac6cb777b9f159f4c02e5b83a8b8bd30ebf5991007839926b600c post_install() { vlicense LICENCE-APACHE