gocloc: update to 0.4.3
This commit is contained in:
parent
93ee82f050
commit
25bc9dae15
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'gocloc'
|
# Template file for 'gocloc'
|
||||||
pkgname=gocloc
|
pkgname=gocloc
|
||||||
version=0.4.1
|
version=0.4.3
|
||||||
revision=1
|
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"
|
||||||
short_desc="Counts lines of source code in many programming languages"
|
short_desc="Counts lines of source code in many programming languages"
|
||||||
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
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"
|
distfiles="https://github.com/hhatto/gocloc/archive/v${version}.tar.gz"
|
||||||
checksum=528be5009996b4177936be508aa494c289adddf58e4694b1a36067bda433f783
|
checksum=b96a3da5c5ec084107f29c339414774a7bf0c3c71e41ae5101cc48824ab9ecb2
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue