2025-10-31 08:30:51 +00:00

39 lines
1.5 KiB
JSON

{
"version": "3.6.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|Unlicense",
"architecture": {
"64bit": {
"url": "https://github.com/boyter/scc/releases/download/v3.6.0/scc_Windows_x86_64.zip",
"hash": "236ece1b4e396fa6377a51488d1a3d0e63ee5bdbff2f2f91ca80869836c8a45c"
},
"32bit": {
"url": "https://github.com/boyter/scc/releases/download/v3.6.0/scc_Windows_i386.zip",
"hash": "02fc0a57b0d7a723fb18777a03ae193e2e83241db8b40f1e39facb302ac41215"
},
"arm64": {
"url": "https://github.com/boyter/scc/releases/download/v3.6.0/scc_Windows_arm64.zip",
"hash": "ae2033a14fa171780936a9a50d627bad489469831ceeeafda93f6e3a3e433f9d"
}
},
"bin": "scc.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/boyter/scc/releases/download/v$version/scc_Windows_x86_64.zip"
},
"32bit": {
"url": "https://github.com/boyter/scc/releases/download/v$version/scc_Windows_i386.zip"
},
"arm64": {
"url": "https://github.com/boyter/scc/releases/download/v$version/scc_Windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}