2025-02-17 04:30:24 +00:00

39 lines
1.5 KiB
JSON

{
"version": "3.5.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.5.0/scc_Windows_x86_64.zip",
"hash": "9ce15936440f1680bd133905c9f6c99a5d258bcea6f73fc372c3f8b4b888200f"
},
"32bit": {
"url": "https://github.com/boyter/scc/releases/download/v3.5.0/scc_Windows_i386.zip",
"hash": "398c9bf170d7869bad6932219f109006d3aea1fdb8688b2399be6e9441cee9a0"
},
"arm64": {
"url": "https://github.com/boyter/scc/releases/download/v3.5.0/scc_Windows_arm64.zip",
"hash": "b61b135ccc5282321c41db2170121b94215b9d42951160ddad406b278b5ca318"
}
},
"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"
}
}
}