mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 02:31:21 +00:00
17 lines
708 B
JSON
17 lines
708 B
JSON
{
|
|
"homepage": "https://github.com/AlDanial/cloc",
|
|
"description": "Counts blank lines, comment lines, and physical lines of source code in many programming languages",
|
|
"version": "1.86",
|
|
"license": "GPL-2.0-only|Artistic-2.0",
|
|
"url": "https://github.com/AlDanial/cloc/releases/download/1.86/cloc-1.86.exe#/cloc.exe",
|
|
"hash": "1b2e189df1834411b34534db446330d1c379b4bc008af3042ee9ade818c6a1c8",
|
|
"bin": "cloc.exe",
|
|
"checkver": {
|
|
"url": "https://github.com/AlDanial/cloc/releases",
|
|
"regex": "/releases/tag/(?:v|V)?([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/AlDanial/cloc/releases/download/$version/cloc-$version.exe#/cloc.exe"
|
|
}
|
|
}
|