development/cloc: Update to 1.84

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2019-12-30 02:58:34 -07:00 committed by Willy Sudiarto Raharjo
parent 24cd9ec8c5
commit c864622b53
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

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

View file

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