scc: update to 2.13.0.
This commit is contained in:
parent
7bd3fd9d29
commit
35e3ef6a21
1 changed files with 2 additions and 3 deletions
|
@ -1,16 +1,15 @@
|
||||||
# Template file for 'scc'
|
# Template file for 'scc'
|
||||||
pkgname=scc
|
pkgname=scc
|
||||||
version=2.12.0
|
version=2.13.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/boyter/scc"
|
go_import_path="github.com/boyter/scc"
|
||||||
hostmakedepends="git"
|
|
||||||
short_desc="Fast cloc replacement written in pure Go"
|
short_desc="Fast cloc replacement written in pure Go"
|
||||||
maintainer="Sami Pitkänen <bilebucket@airmail.cc>"
|
maintainer="Sami Pitkänen <bilebucket@airmail.cc>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/boyter/scc"
|
homepage="https://github.com/boyter/scc"
|
||||||
distfiles="https://github.com/boyter/scc/archive/v${version}.tar.gz"
|
distfiles="https://github.com/boyter/scc/archive/v${version}.tar.gz"
|
||||||
checksum=48baba45e76ef02bb23ded3d1d904fed7e19297066a47b7e6b46baadc50c1eb1
|
checksum=11e2e44ef25ef848de1b380c94cb096ed77d3d590466c99c9f1b5c2dc99609c2
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue