mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
17 lines
736 B
JSON
17 lines
736 B
JSON
{
|
|
"version": "2.06",
|
|
"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.06/cloc-2.06.exe#/cloc.exe",
|
|
"hash": "e65a631e3a981b86537d1278028857b2bb799e6e80ef2d11b477bddbf84b2dee",
|
|
"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"
|
|
}
|
|
}
|