From dbf25f00b0e293e667f0806e1a1074c2970f1161 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Wed, 31 Jul 2024 09:50:52 -0400 Subject: [PATCH] gocloc: update to 0.5.2 --- srcpkgs/gocloc/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/gocloc/template b/srcpkgs/gocloc/template index 6cdc8b2b3b1..e5e56d877d4 100644 --- a/srcpkgs/gocloc/template +++ b/srcpkgs/gocloc/template @@ -1,7 +1,7 @@ # Template file for 'gocloc' pkgname=gocloc -version=0.4.3 -revision=3 +version=0.5.2 +revision=1 build_style=go go_import_path="github.com/hhatto/gocloc" go_package="${go_import_path}/cmd/gocloc" @@ -9,8 +9,9 @@ short_desc="Counts lines of source code in many programming languages" maintainer="Cameron Nemo " license="MIT" homepage="https://github.com/hhatto/gocloc" -distfiles="https://github.com/hhatto/gocloc/archive/v${version}.tar.gz" -checksum=b96a3da5c5ec084107f29c339414774a7bf0c3c71e41ae5101cc48824ab9ecb2 +changelog="https://github.com/hhatto/gocloc/releases" +distfiles="https://github.com/hhatto/gocloc/archive/refs/tags/v${version}.tar.gz" +checksum=c8f95201bc6042767de7059cfd6a2a37799b3bf909ec61029baffe0f6ccc509d post_install() { vlicense LICENSE