{
    "version": "11.1.0.0",
    "description": "A very simple free Python IDE designed for teaching beginning programmers.",
    "homepage": "https://wingware.com/downloads/wing-101",
    "license": "Freeware",
    "suggest": {
        "python": "python"
    },
    "architecture": {
        "64bit": {
            "url": "https://wingware.com/pub/wing-101/11.1.0.0/wing-101-11.1.0.0-win.zip",
            "hash": "be18d0bfa56baf6144d8726ef9ea69499e270ad79501e44322c9cd6f902a8f99"
        }
    },
    "extract_dir": "Wing 101 11.1.0",
    "shortcuts": [
        [
            "bin/wing-101.exe",
            "Wing 101"
        ]
    ],
    "checkver": "version ([\\d.]+)",
    "autoupdate": {
        "url": "https://wingware.com/pub/wing-101/$version/wing-101-$version-win.zip",
        "hash": {
            "url": "https://wingware.com/downloads/wing-101",
            "regex": "(?s)$basename.*?$sha1"
        },
        "extract_dir": "Wing 101 $matchHead"
    }
}
