summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIlaï Deutel2022-11-16 23:35:13 -0500
committerIlaï Deutel2022-11-16 23:35:13 -0500
commitcf456d981b2e9773c227be4b58a0cea0bcbc944f (patch)
tree05e298c30abdf59d7ed78779f89989ecb5106970 /PKGBUILD
parent8f0d8e7f2f3bcf3321a264b731ee7ae6bea6b5c4 (diff)
downloadaur-cf456d981b2e9773c227be4b58a0cea0bcbc944f.tar.gz
upgpkg: scc 3.1.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 644a279bfee3..5c1ce03ed137 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ilaï Deutel <PlMWPh1WSmypRv0JQljz> (echo ... | tr 'A-Za-z' 'l-za-kL-ZA-K' | base64 -d)
pkgname=scc
-pkgver=3.0.0
+pkgver=3.1.0
pkgrel=1
pkgdesc='Sloc, Cloc and Code: a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go'
arch=('x86_64' 'i386')
@@ -10,7 +10,7 @@ license=('MIT' 'Unlicense')
depends=('glibc')
makedepends=('go')
source=("$pkgname-$pkgver::https://github.com/boyter/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('01b903e27add5180f5000b649ce6e5088fa2112e080bfca1d61b1832a84a0645')
+sha256sums=('bffea99c7f178bc48bfba3c64397d53a20a751dfc78221d347aabdce3422fd20')
prepare(){
cd "$pkgname-$pkgver"