{
    "version": "10.0.1",
    "description": "Electronics Design Automation Suite",
    "homepage": "https://www.kicad.org",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/KiCad/kicad-source-mirror/releases/download/10.0.1/kicad-10.0.1-x86_64.exe#/dl.7z",
            "hash": "ac2a7669220ab61e85db245065d9f6c95c39c8f03c592fe82e2f3a89206c6ff4"
        },
        "arm64": {
            "url": "https://github.com/KiCad/kicad-source-mirror/releases/download/10.0.1/kicad-10.0.1-arm64.exe#/dl.7z",
            "hash": "d91d8c184f4dc2751107287ea810650a974d396465c4fa99a652dd8655a6f25c"
        }
    },
    "pre_install": "Remove-Item \"$dir\\`$*\" -Recurse",
    "bin": "bin\\kicad-cli.exe",
    "shortcuts": [
        [
            "bin\\kicad.exe",
            "KiCad"
        ],
        [
            "bin\\eeschema.exe",
            "Schematic Editor"
        ],
        [
            "bin\\pcbnew.exe",
            "PCB Editor"
        ],
        [
            "bin\\gerbview.exe",
            "Gerber Viewer"
        ],
        [
            "bin\\pcb_calculator.exe",
            "Calculator Tools"
        ],
        [
            "bin\\pl_editor.exe",
            "Drawing Sheet Editor"
        ],
        [
            "bin\\bitmap2component.exe",
            "Image Converter"
        ],
        [
            "bin\\kicad-cmd.bat",
            "KiCad Command Prompt"
        ]
    ],
    "checkver": {
        "github": "https://github.com/KiCad/kicad-source-mirror",
        "regex": "kicad-([\\d.]+(?:-\\d+)?)-x86_64\\.exe"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/KiCad/kicad-source-mirror/releases/download/$matchHead/kicad-$version-x86_64.exe#/dl.7z"
            },
            "arm64": {
                "url": "https://github.com/KiCad/kicad-source-mirror/releases/download/$matchHead/kicad-$version-arm64.exe#/dl.7z"
            }
        }
    }
}
