mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "3.1.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.1.0/scc_3.1.0_Windows_x86_64.tar.gz",
|
|
"hash": "ba1e43810ff830abfa05bee6dc31839844f142b949ecfaa8d6940dfc49506c83"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/boyter/scc/releases/download/v3.1.0/scc_3.1.0_Windows_i386.tar.gz",
|
|
"hash": "615381e9e4d56f8101a706efdff48f61c2cf39cfc6455d248fbb335648fabc9b"
|
|
}
|
|
},
|
|
"bin": "scc.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/boyter/scc/releases/download/v$version/scc_$version_Windows_x86_64.tar.gz"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/boyter/scc/releases/download/v$version/scc_$version_Windows_i386.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|