{
    "version": "10.0.1.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/10.0.1.0/wing-101-10.0.1.0-win.zip",
            "hash": "sha1:a1b55d28766e8de493e5b1ff7dcfe3f47de5a28d"
        }
    },
    "extract_dir": "Wing 101 10.0.1",
    "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"
    }
}
