-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathscc.json
38 lines (38 loc) · 1.53 KB
/
scc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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"
}
}
}