diff --git a/packages/scc/build.sh b/packages/scc/build.sh index 4ed075c1f5..8529db508f 100644 --- a/packages/scc/build.sh +++ b/packages/scc/build.sh @@ -2,8 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/boyter/scc TERMUX_PKG_DESCRIPTION="Counts physical the lines of code, blank lines, comment lines, and physical lines of source code" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION=3.0.0 -TERMUX_PKG_SRCURL=https://github.com/boyter/scc.git +TERMUX_PKG_VERSION=3.1.0 +TERMUX_PKG_SRCURL=https://github.com/boyter/scc/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=bffea99c7f178bc48bfba3c64397d53a20a751dfc78221d347aabdce3422fd20 TERMUX_PKG_BUILD_IN_SRC=true termux_step_make() {