mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/cloc: Update to 1.88.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
89814d29bf
commit
472ed3a5dd
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# 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.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=cloc
|
||||
VERSION=${VERSION:-1.84}
|
||||
VERSION=${VERSION:-1.88}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cloc"
|
||||
VERSION="1.84"
|
||||
VERSION="1.88"
|
||||
HOMEPAGE="https://github.com/AlDanial/cloc/"
|
||||
DOWNLOAD="https://github.com/AlDanial/cloc/archive/1.84/cloc-1.84.tar.gz"
|
||||
MD5SUM="cc861ae7ca86dcb48f58995beb2a5703"
|
||||
DOWNLOAD="https://github.com/AlDanial/cloc/archive/1.88/cloc-1.88.tar.gz"
|
||||
MD5SUM="659fb28c7ca7f65fd5e38e8ff517442e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-Algorithm-Diff perl-Regexp-Common perl-parallel-forkmanager"
|
||||
|
|
Loading…
Reference in a new issue