{
    "version": "5.5.6",
    "description": "The Scientific Python Development Environment, Lite version (lacks a number of optional but recommended dependencies).",
    "homepage": "https://www.spyder-ide.org/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/spyder-ide/spyder/releases/download/v5.5.6/Spyder_64bit_lite.exe#/dl.7z",
            "hash": "a6fda82ecf3841e94a6f5a744ff676493a98f2e33485c364033fa7fe742a7b98"
        }
    },
    "pre_install": "Remove-Item \"$dir\" -Include 'uninstall.exe', '$PLUGINSDIR' -Recurse",
    "shortcuts": [
        [
            "Python\\pythonw.exe",
            "SPYDER Lite",
            "$dir\\Spyder.launch.pyw",
            "spyder.ico"
        ]
    ],
    "checkver": {
        "github": "https://github.com/spyder-ide/spyder"
    },
    "autoupdate": {
        "url": "https://github.com/spyder-ide/spyder/releases/download/v$version/Spyder_64bit_lite.exe#/dl.7z"
    }
}
