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