cloc: Update to 1.86

This commit is contained in:
Alexey Pavlov 2020-05-30 11:44:40 +03:00
parent 3bc0a1fbc7
commit cbbd8328c8

View File

@ -1,7 +1,7 @@
# Contributer: Baruch Burstein <bmburstein at gmail dot com>
pkgname=cloc
pkgver=1.84
pkgver=1.86
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/${pkgver}.tar.gz)
sha256sums=('b88a3adc669c15a9a32975095090708ba4eee5a73b8498369fae14be5b8a37d4')
sha256sums=('55460851de0a59a770fa9fff45b9d0f40a87d5e7e64834a34a6b2ace4806d4cf')
noextract=(${pkgname}-${pkgver}.tar.gz)
prepare() {