mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 14:41:19 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "2.13.0",
|
|
"description": "Sloc, Cloc and Code (scc) is a very fast accurate code counter with complexity calculations and COCOMO estimates.",
|
|
"homepage": "https://github.com/boyter/scc",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/boyter/scc/releases/download/v2.13.0/scc-2.13.0-x86_64-pc-windows.zip",
|
|
"hash": "e71fffafb302b6ae4571ef426060d161a7ba568adc14b9bc81592a8b845fd714"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/boyter/scc/releases/download/v2.13.0/scc-2.13.0-i386-pc-windows.zip",
|
|
"hash": "740790f39cdcd93f9902471e36fa15f97e4c9de4b11844f513f2e6036a943d93"
|
|
}
|
|
},
|
|
"bin": "scc.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/boyter/scc/releases/download/v$version/scc-$version-x86_64-pc-windows.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/boyter/scc/releases/download/v$version/scc-$version-i386-pc-windows.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|