diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2022-03-02 09:50:11 -0700 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-05 00:18:22 +1300 |
commit | 1e0fad2057ee5d688e407f001adc46d63f81ddf1 (patch) | |
tree | 5df41cfec97e83a8254771c8c9c2c31b45632d71 | |
parent | 006fa9f5787daddd77de65efb8da988b744d8f1e (diff) |
development/cloc: Updated for version 1.92.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
-rw-r--r-- | development/cloc/cloc.SlackBuild | 4 | ||||
-rw-r--r-- | development/cloc/cloc.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/cloc/cloc.SlackBuild b/development/cloc/cloc.SlackBuild index a02bd63a788d..6e2504227fe9 100644 --- a/development/cloc/cloc.SlackBuild +++ b/development/cloc/cloc.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for cloc -# Copyright 2017-2020 Jeremy Hansen <jebrhansen+SBo -at- gmail.com> +# Copyright 2017-2022 Jeremy Hansen <jebrhansen+SBo -at- gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=cloc -VERSION=${VERSION:-1.88} +VERSION=${VERSION:-1.92} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/cloc/cloc.info b/development/cloc/cloc.info index 19a14f4331be..968b4e16f6f3 100644 --- a/development/cloc/cloc.info +++ b/development/cloc/cloc.info @@ -1,8 +1,8 @@ PRGNAM="cloc" -VERSION="1.88" +VERSION="1.92" HOMEPAGE="https://github.com/AlDanial/cloc/" -DOWNLOAD="https://github.com/AlDanial/cloc/archive/1.88/cloc-1.88.tar.gz" -MD5SUM="659fb28c7ca7f65fd5e38e8ff517442e" +DOWNLOAD="https://github.com/AlDanial/cloc/archive/v1.92/cloc-1.92.tar.gz" +MD5SUM="97bccb9d4f01847810f6159d7156b523" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-Algorithm-Diff perl-Regexp-Common perl-parallel-forkmanager" |