mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-14 03:11:20 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "3.3.4",
|
|
"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.4/scc_Windows_x86_64.zip",
|
|
"hash": "f1c9c6be06f9a30e4d0f665b6517f742e2b60fdd099f23f687b65915e8f7b1e1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/boyter/scc/releases/download/v3.3.4/scc_Windows_i386.zip",
|
|
"hash": "17a60e84342e28ecb60b52ba75ca3323e324d79314e86c6e79c2193c7ab988bb"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/boyter/scc/releases/download/v3.3.4/scc_Windows_arm64.zip",
|
|
"hash": "753b239cc3073235893abdb96b02e5136c5c51246d849321b22ae990d0741704"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|