2024-05-02 12:31:42 +00:00

39 lines
1.5 KiB
JSON

{
"version": "3.3.2",
"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.3.2/scc_Windows_x86_64.zip",
"hash": "511dd1b04fcfccdb6e27514e2c355fabd2a9cc10caf8666eee1a34ba2d684255"
},
"32bit": {
"url": "https://github.com/boyter/scc/releases/download/v3.3.2/scc_Windows_i386.zip",
"hash": "7c358f6298dab94e69391d3c6d5ff9643176565484ea67e0d138f0751d88ad92"
},
"arm64": {
"url": "https://github.com/boyter/scc/releases/download/v3.3.2/scc_Windows_arm64.zip",
"hash": "cd8ac47c6b6312611af755fe5652db01358b98f787d2807e7889e6e96077f29a"
}
},
"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"
}
}
}