Skip to content

Commit

Permalink
cloc: update to 2.04
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov committed Jan 31, 2025
1 parent f2f9ec0 commit 7064229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloc/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Contributer: Baruch Burstein <bmburstein at gmail dot com>

pkgname=cloc
pkgver=2.02
pkgver=2.04
pkgrel=1
pkgdesc="Count lines of code"
arch=('any')
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=('ce436edb633a06f0ee408e858f8536d0564e8404e656767b3669eb629bf95bf8')
sha256sums=('3e6f25000d920fdee1a57575c185236286ab5e05fda7b6ab2e36c34f1bb6afbc')
noextract=(${pkgname}-${pkgver}.tar.gz)

prepare() {
Expand Down

0 comments on commit 7064229

Please sign in to comment.