mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "3.3.5",
|
|
"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.5/scc_Windows_x86_64.zip",
|
|
"hash": "62606a775199df5c7d7c93c29919c71918286d6ef57952946ad536dca6afc148"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/boyter/scc/releases/download/v3.3.5/scc_Windows_i386.zip",
|
|
"hash": "668e791983ce531224a5d12ed2f1bf1a323dc61221e29abdbf1da3c9b5c0d618"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/boyter/scc/releases/download/v3.3.5/scc_Windows_arm64.zip",
|
|
"hash": "1ec65ce6f17129aae6f745db33a9d0388576b9dc8c61470e5366d8c8286a72b1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|