{
    "version": "5.1.12_1",
    "description": "Electronics Design Automation Suite, stable build without libraries",
    "homepage": "https://www.kicad.org",
    "license": "GPL-3.0-only",
    "notes": "Depreciated. Lite version no longer offered by KiCad developers. Install extras/kicad for the most recent version. To configure KiCad's environment variables, visit https://docs.kicad.org/5.1/en/kicad/kicad.html#paths_configuration",
    "architecture": {
        "64bit": {
            "url": "https://kicad-downloads.s3.cern.ch/windows/stable/kicad-5.1.12_1-x86_64-lite.exe#/dl.7z",
            "hash": "a0ac8b45951c67cef94ab1f104a14c1e138312d3310fa5a42ec899593c160571"
        },
        "32bit": {
            "url": "https://kicad-downloads.s3.cern.ch/windows/stable/kicad-5.1.12_1-i686-lite.exe#/dl.7z",
            "hash": "662833f5a70f6aa0bcfe956644b8b1b32a8ac645c60118633d65beb508792f16"
        }
    },
    "pre_install": "Remove-Item \"$dir\\`$*\" -Recurse",
    "bin": "bin\\kicad.exe",
    "shortcuts": [
        [
            "bin\\kicad.exe",
            "KiCad"
        ]
    ],
    "checkver": {
        "url": "https://downloads.kicad.org/kicad/windows/explore/stable",
        "regex": "kicad-([\\d._]+)-x86_64-lite\\.exe"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://kicad-downloads.s3.cern.ch/windows/stable/kicad-$version-x86_64-lite.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://kicad-downloads.s3.cern.ch/windows/stable/kicad-$version-i686-lite.exe#/dl.7z"
            }
        }
    }
}
