Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/gocloc/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'gocloc'
pkgname=gocloc
version=0.5.2
revision=2
version=0.7.0
revision=1
build_style=go
go_import_path="github.com/hhatto/gocloc"
go_package="${go_import_path}/cmd/gocloc"
Expand All @@ -11,7 +11,7 @@ license="MIT"
homepage="https://github.com/hhatto/gocloc"
changelog="https://github.com/hhatto/gocloc/releases"
distfiles="https://github.com/hhatto/gocloc/archive/refs/tags/v${version}.tar.gz"
checksum=c8f95201bc6042767de7059cfd6a2a37799b3bf909ec61029baffe0f6ccc509d
checksum=9375f6699a7bffad42da661b4ba7988af23dd01191da4a4b21eca8f9bb676d9a

post_install() {
vlicense LICENSE
Expand Down