cloc: update to 1.76.
This commit is contained in:
parent
0383977b53
commit
5507d8e073
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cloc'
|
||||
pkgname=cloc
|
||||
version=1.74
|
||||
version=1.76
|
||||
revision=1
|
||||
noarch=yes
|
||||
hostmakedepends="perl"
|
||||
|
@ -9,8 +9,8 @@ short_desc="Count Lines of Code"
|
|||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2"
|
||||
homepage="https://github.com/AlDanial/cloc"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=96af46fed0322d61f8bc61842a77d12bae42cd0bdf673495267e821d97ebcc68
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=b3e7ab59667f721ea870e1db5887924f5ea9548501964f363913cc32730665f3
|
||||
|
||||
do_build() {
|
||||
make -C Unix man
|
||||
|
|
Loading…
Reference in New Issue