mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
* Fix 150 license * Update * Update * Update cockroachdb.json See https://github.com/cockroachdb/cockroach/blob/master/LICENSE and https://github.com/cockroachdb/cockroach/blob/master/licenses/BSL.txt * Apply new rule * Change to unknown * Update tup.json * fix radare2 * Some fix * Some fix * Fix sliksvn * Fix sliksvn * Update imagemagick.json
17 lines
708 B
JSON
17 lines
708 B
JSON
{
|
|
"homepage": "https://github.com/AlDanial/cloc",
|
|
"description": "Counts blank lines, comment lines, and physical lines of source code in many programming languages",
|
|
"version": "1.82",
|
|
"license": "GPL-2.0-only|Artistic-2.0",
|
|
"url": "https://github.com/AlDanial/cloc/releases/download/1.82/cloc-1.82.exe#/cloc.exe",
|
|
"hash": "2e5fb443fdefd776d7b6b136a25e5ee2048991e735042897dbd0bf92efb16563",
|
|
"bin": "cloc.exe",
|
|
"checkver": {
|
|
"url": "https://github.com/AlDanial/cloc/releases",
|
|
"regex": "/releases/tag/(?:v|V)?([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/AlDanial/cloc/releases/download/$version/cloc-$version.exe#/cloc.exe"
|
|
}
|
|
}
|