{
    "version": "10.99.0.870.ga1a06df0eb",
    "description": "Nightly build of KiCAD, an electronics design automation (EDA) suite.",
    "homepage": "https://kicad.org",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://downloads.kicad.org/kicad/windows/explore/nightlies/download/kicad-nightly-10.99.0.870.ga1a06df0eb-x86_64.exe#/dl.7z",
            "hash": "a0321cb6371515c1f396e75ee88b7d4953852cbbeabe8eb0b528cd2065a10c5e"
        }
    },
    "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse",
    "bin": "bin\\kicad.exe",
    "shortcuts": [
        [
            "bin\\kicad.exe",
            "KiCad nightly"
        ],
        [
            "bin\\eeschema.exe",
            "Eeschema nightly"
        ],
        [
            "bin\\pcbnew.exe",
            "Pcbnew nightly"
        ],
        [
            "bin\\gerbview.exe",
            "Gerbview nightly"
        ]
    ],
    "checkver": {
        "url": "https://downloads.kicad.org/kicad/windows/explore/nightlies",
        "regex": "kicad-nightly-(\\d+(\\.\\d+)*(\\.rc\\d+(\\.\\d+)*)*\\.g[a-f\\d]+)-x86_64\\.exe",
        "reverse": false
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://downloads.kicad.org/kicad/windows/explore/nightlies/download/kicad-nightly-$version-x86_64.exe#/dl.7z"
            }
        }
    }
}
