cloc: update to 2.06

This commit is contained in:
Konstantin Podsvirov 2025-06-29 10:53:14 +03:00 committed by Christoph Reiter
parent 759362286c
commit 95279b5c18

View File

@ -1,7 +1,7 @@
# Contributer: Baruch Burstein <bmburstein at gmail dot com>
pkgname=cloc
pkgver=2.04
pkgver=2.06
pkgrel=1
pkgdesc="Count lines of code"
arch=('any')
@ -9,7 +9,7 @@ url="https://github.com/AlDanial/cloc"
license=('GPL')
depends=('perl' 'perl-Algorithm-Diff' 'perl-Regexp-Common' 'perl-Parallel-ForkManager')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/AlDanial/cloc/archive/v${pkgver}.tar.gz)
sha256sums=('3e6f25000d920fdee1a57575c185236286ab5e05fda7b6ab2e36c34f1bb6afbc')
sha256sums=('10d78427fda66aaa10ec733adb03d910c49376fe9068aacebb17aa657a7a3a05')
noextract=(${pkgname}-${pkgver}.tar.gz)
prepare() {