mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
17 lines
736 B
JSON
17 lines
736 B
JSON
{
|
|
"version": "2.00",
|
|
"description": "Counts blank lines, comment lines, and physical lines of source code in many programming languages",
|
|
"homepage": "https://github.com/AlDanial/cloc",
|
|
"license": "GPL-2.0-only|Artistic-2.0",
|
|
"url": "https://github.com/AlDanial/cloc/releases/download/v2.00/cloc-2.00.exe#/cloc.exe",
|
|
"hash": "7a234ef0cb495de1b5776acf88c5554e2bab1fb02725a5fb85756a6db3121c1f",
|
|
"bin": "cloc.exe",
|
|
"checkver": {
|
|
"url": "https://github.com/AlDanial/cloc/releases",
|
|
"regex": "/releases/tag/(?<prefix>v?)(?<version>[\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/AlDanial/cloc/releases/download/$matchPrefix$version/cloc-$version.exe#/cloc.exe"
|
|
}
|
|
}
|