summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c094ba0f810b..a0417cfb1cd6 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.3.2
+ pkgver = 3.3.4
pkgrel = 1
url = https://github.com/boyter/scc
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = scc
license = Unlicense
makedepends = go
depends = glibc
- source = scc-3.3.2::https://github.com/boyter/scc/archive/v3.3.2.tar.gz
- sha256sums = 2bbfed4cf34bbe50760217b479331cf256285335556a0597645b7250fb603388
+ source = scc-3.3.4::https://github.com/boyter/scc/archive/v3.3.4.tar.gz
+ sha256sums = 3097e23532d9a254fe217c81557136c7ac5aa4d48a200b61b366330e5eaf7ce4
pkgname = scc
diff --git a/PKGBUILD b/PKGBUILD
index 0f508413845f..bc0bdb61e96b 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.3.2
+pkgver=3.3.4
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=('2bbfed4cf34bbe50760217b479331cf256285335556a0597645b7250fb603388')
+sha256sums=('3097e23532d9a254fe217c81557136c7ac5aa4d48a200b61b366330e5eaf7ce4')
prepare(){
cd "$pkgname-$pkgver"