summaryrefslogtreecommitdiffstats
path: root/development/cloc
diff options
context:
space:
mode:
Diffstat (limited to 'development/cloc')
-rw-r--r--development/cloc/README4
-rw-r--r--development/cloc/cloc.SlackBuild6
-rw-r--r--development/cloc/cloc.info6
3 files changed, 8 insertions, 8 deletions
diff --git a/development/cloc/README b/development/cloc/README
index 33fca87e42..e2722e5114 100644
--- a/development/cloc/README
+++ b/development/cloc/README
@@ -1,4 +1,4 @@
cloc (Count Lines of Code)
-cloc counts blank lines, comment lines, and physical lines of source code
-in many programming languages.
+cloc counts blank lines, comment lines, and physical lines of source
+code in many programming languages.
diff --git a/development/cloc/cloc.SlackBuild b/development/cloc/cloc.SlackBuild
index 7914cc1cfa..2e559dbd98 100644
--- a/development/cloc/cloc.SlackBuild
+++ b/development/cloc/cloc.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for cloc
-# Copyright 2017 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
@@ -22,8 +22,8 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-PRGNAM=${PRGNAM:-cloc}
-VERSION=${VERSION:-1.80}
+PRGNAM=cloc
+VERSION=${VERSION:-1.88}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/cloc/cloc.info b/development/cloc/cloc.info
index d41ce90d00..19a14f4331 100644
--- a/development/cloc/cloc.info
+++ b/development/cloc/cloc.info
@@ -1,8 +1,8 @@
PRGNAM="cloc"
-VERSION="1.80"
+VERSION="1.88"
HOMEPAGE="https://github.com/AlDanial/cloc/"
-DOWNLOAD="https://github.com/AlDanial/cloc/archive/1.80/cloc-1.80.tar.gz"
-MD5SUM="c0830d8b9128d0ecb5c7fc074322ec49"
+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"