summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlaï Deutel2022-11-16 23:35:13 -0500
committerIlaï Deutel2022-11-16 23:35:13 -0500
commitcf456d981b2e9773c227be4b58a0cea0bcbc944f (patch)
tree05e298c30abdf59d7ed78779f89989ecb5106970
parent8f0d8e7f2f3bcf3321a264b731ee7ae6bea6b5c4 (diff)
downloadaur-cf456d981b2e9773c227be4b58a0cea0bcbc944f.tar.gz
upgpkg: scc 3.1.0-1
upstream release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3b76c1ebfea..62a2cac54d13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scc
pkgdesc = Sloc, Cloc and Code: a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go
- pkgver = 3.0.0
+ pkgver = 3.1.0
pkgrel = 1
url = https://github.com/boyter/scc
arch = x86_64
@@ -9,8 +9,7 @@ pkgbase = scc
license = Unlicense
makedepends = go
depends = glibc
- source = scc-3.0.0::https://github.com/boyter/scc/archive/v3.0.0.tar.gz
- sha256sums = 01b903e27add5180f5000b649ce6e5088fa2112e080bfca1d61b1832a84a0645
+ source = scc-3.1.0::https://github.com/boyter/scc/archive/v3.1.0.tar.gz
+ sha256sums = bffea99c7f178bc48bfba3c64397d53a20a751dfc78221d347aabdce3422fd20
pkgname = scc
-
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"