cloc: update to 1.80.
This commit is contained in:
parent
fbbe5a9d4d
commit
94326f676f
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cloc'
|
||||
pkgname=cloc
|
||||
version=1.78
|
||||
version=1.80
|
||||
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.0-or-later"
|
||||
homepage="https://github.com/AlDanial/cloc"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=0d8b16f7a80a01d6e2b888a16194bddc4f64915726a5abcbf2e91eecbf2cddd4
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=29f6b2a90f00b02b6197354d6d78051530e2942e3b52421ec138c4f3ab683eb0
|
||||
|
||||
do_build() {
|
||||
make -C Unix man
|
||||
|
|
Loading…
Reference in a new issue