cloc: update to 1.90.
This commit is contained in:
parent
19b42f6580
commit
ecb3cfb0a2
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'cloc'
|
# Template file for 'cloc'
|
||||||
pkgname=cloc
|
pkgname=cloc
|
||||||
version=1.88
|
version=1.90
|
||||||
revision=2
|
revision=1
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
short_desc="Count Lines of Code"
|
short_desc="Count Lines of Code"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/AlDanial/cloc"
|
homepage="https://github.com/AlDanial/cloc"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="https://github.com/AlDanial/cloc/archive/v${version}.tar.gz"
|
||||||
checksum=e85c2d1b3ec389d892955cf20b3fa5c797e81136e231d9a09e4f4c62e272f8cd
|
checksum=60b429dd2aa5cd65707b359dcbcbeb710c8e4db880886528ced0962c67e52548
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make -C Unix man
|
make -C Unix man
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue