{
    "version": "3.7.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.7.0/scc_Windows_x86_64.zip",
            "hash": "97abf9d55d4b79d3310536d576ccbdf5017aeb425780e850336120b6e67622e1"
        },
        "32bit": {
            "url": "https://github.com/boyter/scc/releases/download/v3.7.0/scc_Windows_i386.zip",
            "hash": "7b887022c37dc79e79ae51897030a6ff2515ab7b124e7b2aabcb0fba15412b05"
        },
        "arm64": {
            "url": "https://github.com/boyter/scc/releases/download/v3.7.0/scc_Windows_arm64.zip",
            "hash": "fd114614c10382c9ed2e32d5455cc4b51960a9f71691c5c1ca42b31adea5b84d"
        }
    },
    "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"
        }
    }
}
