summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlaï Deutel2024-05-08 20:28:26 -0400
committerIlaï Deutel2024-05-08 20:28:26 -0400
commit70f1a47ac170adc638dc7da0b693d393cfe02229 (patch)
tree47a7128e53b8eb2c8b35dabbf9b17e7de575dfb8
parent3481ffe21863c1208da708b1d8d0dd0f6c9f1e9e (diff)
downloadaur-scc.tar.gz
upgpkg: scc 3.3.3-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c094ba0f810b..a8366f59ed44 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.3
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.3::https://github.com/boyter/scc/archive/v3.3.3.tar.gz
+ sha256sums = 266b7baabe345e5d9bbd6652dc556925445f4ab5c80f2492f34ebc821b34e687
pkgname = scc
diff --git a/PKGBUILD b/PKGBUILD
index 0f508413845f..cf609f965264 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.3
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=('266b7baabe345e5d9bbd6652dc556925445f4ab5c80f2492f34ebc821b34e687')
prepare(){
cd "$pkgname-$pkgver"