scc: update to 3.5.0

This commit is contained in:
Biswapriyo Nath 2025-02-18 05:36:41 +00:00
parent 8aba9418b4
commit fcbf0ba04b

View File

@ -3,7 +3,7 @@
_realname=scc
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=3.4.0
pkgver=3.5.0
pkgrel=1
pkgdesc='Sloc, Cloc and Code: a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go (mingw-w64)'
arch=(any)
@ -20,7 +20,7 @@ makedepends=(
options=('!strip')
source=("https://github.com/boyter/scc/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
noextract=("${_realname}-${pkgver}.tar.gz")
sha256sums=('bdedb6f32d1c3d73ac7e55780021c742bc8ed32f6fb878ee3e419f9acc76bdaa')
sha256sums=('161f5d9bb359c6440114b7d2e0f98d588c02aa66fbe474d7660b244687fefb70')
prepare() {
tar -xf "${_realname}-${pkgver}.tar.gz" || true