development/cloc: Update to 1.88.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2020-09-19 15:28:21 -06:00 committed by Willy Sudiarto Raharjo
parent 89814d29bf
commit 472ed3a5dd
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for cloc # Slackware build script for cloc
# Copyright 2017-2019 Jeremy Hansen <jebrhansen+SBo -at- gmail.com> # Copyright 2017-2020 Jeremy Hansen <jebrhansen+SBo -at- gmail.com>
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=cloc PRGNAM=cloc
VERSION=${VERSION:-1.84} VERSION=${VERSION:-1.88}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="cloc" PRGNAM="cloc"
VERSION="1.84" VERSION="1.88"
HOMEPAGE="https://github.com/AlDanial/cloc/" HOMEPAGE="https://github.com/AlDanial/cloc/"
DOWNLOAD="https://github.com/AlDanial/cloc/archive/1.84/cloc-1.84.tar.gz" DOWNLOAD="https://github.com/AlDanial/cloc/archive/1.88/cloc-1.88.tar.gz"
MD5SUM="cc861ae7ca86dcb48f58995beb2a5703" MD5SUM="659fb28c7ca7f65fd5e38e8ff517442e"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="perl-Algorithm-Diff perl-Regexp-Common perl-parallel-forkmanager" REQUIRES="perl-Algorithm-Diff perl-Regexp-Common perl-parallel-forkmanager"