mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
17 lines
736 B
JSON
17 lines
736 B
JSON
{
|
|
"version": "1.94",
|
|
"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/v1.94/cloc-1.94.exe#/cloc.exe",
|
|
"hash": "b48a6002fb75fa66ec5d0c05a5c4d51f2ad22b5b025b7eb4e3945d18419c0952",
|
|
"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"
|
|
}
|
|
}
|