Skip to content

Commit 14397be

Browse files
committed
release 1.92
1 parent 043e8ea commit 14397be

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

README.md

+15-8
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* * *
66
cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
77

8-
Latest release: v1.90 (May 1, 2021)
8+
Latest release: v1.92 (Dec. 5, 2021)
99

1010
cloc moved to GitHub in September 2015 after being hosted
1111
at http://cloc.sourceforge.net/ since August 2006.
@@ -58,8 +58,8 @@ Step 3: Invoke cloc to count your source files, directories, archives,
5858
or git commits.
5959
The executable name differs depending on whether you use the
6060
development source version (`cloc`), source for a
61-
released version (`cloc-1.90.pl`) or a Windows executable
62-
(`cloc-1.90.exe`). On this page, `cloc` is the generic term
61+
released version (`cloc-1.92.pl`) or a Windows executable
62+
(`cloc-1.92.exe`). On this page, `cloc` is the generic term
6363
used to refer to any of these.
6464

6565
**a file**
@@ -356,6 +356,7 @@ and Digest::MD5 installed locally.
356356
# [Building a Windows Executable ▲](#___top "click to go to top of document")
357357

358358
The Windows downloads
359+
<tt>cloc-1.92.exe</tt>,
359360
<tt>cloc-1.90.exe</tt> and
360361
<tt>cloc-1.88.exe</tt> were built on a 64 bit Windows 10 computer
361362
using
@@ -400,6 +401,9 @@ executable and also check sites such
400401
https://www.virustotal.com/ .
401402
The entries for recent versions are:
402403

404+
cloc-1.92.exe:
405+
https://www.virustotal.com/gui/file/2668fcf8609c431e8934fe9e1866bc620c58d198c4eb262f1d3ef31ef4a690f7
406+
403407
cloc-1.90.exe:
404408
https://www.virustotal.com/gui/file/d655caae55486f9bac39f7e3c7b7553bcfcfe2b88914c79bfc328055f22b8a37/detection
405409

@@ -473,7 +477,7 @@ C:> cpan -i Digest::MD5
473477
C:> cpan -i Regexp::Common
474478
C:> cpan -i Algorithm::Diff
475479
C:> cpan -i PAR::Packer
476-
C:> pp -M Digest::MD5 -c -x -o cloc-1.90.exe cloc-1.90.pl
480+
C:> pp -M Digest::MD5 -c -x -o cloc-1.92.exe cloc-1.92.pl
477481
</pre>
478482

479483
A variation on the instructions above is if you installed the portable
@@ -1010,7 +1014,7 @@ AspectJ (aj)
10101014
Assembly (a51, asm, nasm, S, s)
10111015
AutoHotkey (ahk, ahkl)
10121016
awk (auk, awk, gawk, mawk, nawk)
1013-
Bazel (bazel, BUILD)
1017+
Bazel (BUILD)
10141018
BizTalk Orchestration (odx)
10151019
BizTalk Pipeline (btp)
10161020
Blade (blade, blade.php)
@@ -1170,11 +1174,13 @@ PHP/Pascal (inc)
11701174
Pig Latin (pig)
11711175
PL/I (pl1)
11721176
PL/M (lit, plm)
1177+
PlantUML (puml)
11731178
PO File (po)
11741179
PowerBuilder (pbt, sra, srf, srm, srs, sru, srw)
11751180
PowerShell (ps1, psd1, psm1)
11761181
ProGuard (pro)
11771182
Prolog (P, prolog, yap, pl, p6, pro)
1183+
Properties (properties)
11781184
Protocol Buffers (proto)
11791185
Pug (jade, pug)
11801186
PureScript (purs)
@@ -1204,8 +1210,8 @@ SaltStack (sls)
12041210
SAS (sas)
12051211
Sass (sass)
12061212
Scala (kojo, sbt, scala)
1207-
SCSS (scss)
12081213
Scheme (sc, sch, scm, sld, sps, ss, sls)
1214+
SCSS (scss)
12091215
sed (sed)
12101216
SKILL (il)
12111217
SKILL++ (ils)
@@ -1222,7 +1228,7 @@ SQL Data (data.sql)
12221228
SQL Stored Procedure (spc.sql, spoc.sql, sproc.sql, udf.sql)
12231229
Squirrel (nut)
12241230
Standard ML (fun, sig, sml)
1225-
Starlark (bzl)
1231+
Starlark (bazel, bzl)
12261232
Stata (ado, DO, do, doh, ihlp, mata, matah, sthlp)
12271233
Stylus (styl)
12281234
SugarSS (sss)
@@ -1242,6 +1248,7 @@ TOML (toml)
12421248
TTCN (ttcn, ttcn2, ttcn3, ttcnpp)
12431249
Twig (twig)
12441250
TypeScript (tsx, ts)
1251+
Umka (um)
12451252
Unity-Prefab (mat, prefab)
12461253
Vala (vala)
12471254
Vala Header (vapi)
@@ -2932,7 +2939,7 @@ Please use the following bibtex entry to cite cloc in a publication:
29322939
@software{adanial_cloc,
29332940
author = {Albert Danial},
29342941
title = {cloc},
2935-
version = {1.90},
2942+
version = {1.92},
29362943
year = 2021,
29372944
url = {https://github.com/AlDanial/cloc}
29382945
}

0 commit comments

Comments
 (0)