cloc: Update to version 1.90 (#2799)

* cloc: Update to version 1.90

* cloc: Fix checkver and autoupdate
This commit is contained in:
Ciffelia 2021-10-24 17:11:19 +09:00 committed by GitHub
parent 2d7c452cd2
commit 5fe71549b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,16 @@
{ {
"version": "1.88", "version": "1.90",
"description": "Counts blank lines, comment lines, and physical lines of source code in many programming languages", "description": "Counts blank lines, comment lines, and physical lines of source code in many programming languages",
"homepage": "https://github.com/AlDanial/cloc", "homepage": "https://github.com/AlDanial/cloc",
"license": "GPL-2.0-only|Artistic-2.0", "license": "GPL-2.0-only|Artistic-2.0",
"url": "https://github.com/AlDanial/cloc/releases/download/1.88/cloc-1.88.exe#/cloc.exe", "url": "https://github.com/AlDanial/cloc/releases/download/v1.90/cloc-1.90.exe#/cloc.exe",
"hash": "97d5d2631d1cccdbfd99267ab8a4cf5968816bbe52c0f9324e72e768857f642d", "hash": "d655caae55486f9bac39f7e3c7b7553bcfcfe2b88914c79bfc328055f22b8a37",
"bin": "cloc.exe", "bin": "cloc.exe",
"checkver": { "checkver": {
"url": "https://github.com/AlDanial/cloc/releases", "url": "https://github.com/AlDanial/cloc/releases",
"regex": "/releases/tag/([\\d.]+)" "regex": "/releases/tag/(?<prefix>v?)(?<version>[\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"url": "https://github.com/AlDanial/cloc/releases/download/$version/cloc-$version.exe#/cloc.exe" "url": "https://github.com/AlDanial/cloc/releases/download/$matchPrefix$version/cloc-$version.exe#/cloc.exe"
} }
} }