gocloc: update to 0.5.2

This commit is contained in:
cinerea0 2024-07-31 09:50:52 -04:00 committed by cinerea0
parent 49451ac574
commit dbf25f00b0

View file

@ -1,7 +1,7 @@
# Template file for 'gocloc' # Template file for 'gocloc'
pkgname=gocloc pkgname=gocloc
version=0.4.3 version=0.5.2
revision=3 revision=1
build_style=go build_style=go
go_import_path="github.com/hhatto/gocloc" go_import_path="github.com/hhatto/gocloc"
go_package="${go_import_path}/cmd/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 <cam@nohom.org>" maintainer="Cameron Nemo <cam@nohom.org>"
license="MIT" license="MIT"
homepage="https://github.com/hhatto/gocloc" homepage="https://github.com/hhatto/gocloc"
distfiles="https://github.com/hhatto/gocloc/archive/v${version}.tar.gz" changelog="https://github.com/hhatto/gocloc/releases"
checksum=b96a3da5c5ec084107f29c339414774a7bf0c3c71e41ae5101cc48824ab9ecb2 distfiles="https://github.com/hhatto/gocloc/archive/refs/tags/v${version}.tar.gz"
checksum=c8f95201bc6042767de7059cfd6a2a37799b3bf909ec61029baffe0f6ccc509d
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE