From cfe6556f4c25f95b1e8bcbcbf72f21eea50fd8ef Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Thu, 17 Nov 2022 15:38:06 +0000 Subject: [PATCH] scc: Bump to 3.1.0 --- packages/scc/build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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() {