scc: Update to version 2.13.0

This commit is contained in:
Jakub Čábera 2020-09-07 08:37:05 +02:00
parent e32623840c
commit 07ada2c089

View File

@ -1,16 +1,16 @@
{ {
"version": "2.12.0", "version": "2.13.0",
"description": "Sloc, Cloc and Code (scc) is a very fast accurate code counter with complexity calculations and COCOMO estimates.", "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", "homepage": "https://github.com/boyter/scc",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/boyter/scc/releases/download/v2.12.0/scc-2.12.0-x86_64-pc-windows.zip", "url": "https://github.com/boyter/scc/releases/download/v2.13.0/scc-2.13.0-x86_64-pc-windows.zip",
"hash": "094a01d1ce3ccb71c1ac07cd31d1aa9332559c141abb166d3e7b82f2abc969b8" "hash": "e71fffafb302b6ae4571ef426060d161a7ba568adc14b9bc81592a8b845fd714"
}, },
"32bit": { "32bit": {
"url": "https://github.com/boyter/scc/releases/download/v2.12.0/scc-2.12.0-i386-pc-windows.zip", "url": "https://github.com/boyter/scc/releases/download/v2.13.0/scc-2.13.0-i386-pc-windows.zip",
"hash": "f33cae24796389166478892e89468c52467e4212c28ba4e6f3e929a3a2e4a852" "hash": "740790f39cdcd93f9902471e36fa15f97e4c9de4b11844f513f2e6036a943d93"
} }
}, },
"bin": "scc.exe", "bin": "scc.exe",