scc: Add version 2.12.0 (#1101)

* scc: Add version 2.12.0

* Update bucket/scc.json

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
人造电子小猫咪 2020-06-07 05:34:20 +08:00 committed by GitHub
parent 2defbb6338
commit 8bb02b33f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
bucket/scc.json Normal file
View File

@ -0,0 +1,28 @@
{
"version": "2.12.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",
"architecture": {
"64bit": {
"url": "https://github.com/boyter/scc/releases/download/v2.12.0/scc-2.12.0-x86_64-pc-windows.zip",
"hash": "094a01d1ce3ccb71c1ac07cd31d1aa9332559c141abb166d3e7b82f2abc969b8"
},
"32bit": {
"url": "https://github.com/boyter/scc/releases/download/v2.12.0/scc-2.12.0-i386-pc-windows.zip",
"hash": "f33cae24796389166478892e89468c52467e4212c28ba4e6f3e929a3a2e4a852"
}
},
"bin": "scc.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/boyter/scc/releases/download/v$version/scc-$version-x86_64-pc-windows.zip"
},
"32bit": {
"url": "https://github.com/boyter/scc/releases/download/v$version/scc-$version-i386-pc-windows.zip"
}
}
}
}