scc: Bump to 3.1.0

This commit is contained in:
Tee KOBAYASHI 2022-11-17 22:46:44 +09:00 committed by xtkoba
parent 97e88cb418
commit 6d27aa5828
1 changed files with 3 additions and 2 deletions

View File

@ -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() {