Ciffelia 5fe71549b2
cloc: Update to version 1.90 (#2799)
* cloc: Update to version 1.90

* cloc: Fix checkver and autoupdate
2021-10-24 16:11:19 +08:00

17 lines
736 B
JSON

{
"version": "1.90",
"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.90/cloc-1.90.exe#/cloc.exe",
"hash": "d655caae55486f9bac39f7e3c7b7553bcfcfe2b88914c79bfc328055f22b8a37",
"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"
}
}