{
    "version": "6.2.2",
    "description": "Installer for Windows programs",
    "homepage": "http://www.jrsoftware.org/isinfo.php",
    "license": {
        "identifier": "Freeware",
        "url": "http://www.jrsoftware.org/files/is/license.txt"
    },
    "suggest": {
        "Inno Script Studio": "extras/inno-script-studio"
    },
    "url": "http://files.jrsoftware.org/is/6/innosetup-6.2.2.exe",
    "hash": "8117d10d00a2ad33a1390978ea3872861c330e087914410a6377b22c4c5b8563",
    "innosetup": true,
    "post_install": "Invoke-WebRequest -Uri 'http://www.jrsoftware.org/download.php/iscrypt.dll' -OutFile \"$dir\\ISCrypt.dll\"",
    "bin": "iscc.exe",
    "shortcuts": [
        [
            "Compil32.exe",
            "Inno Setup Compiler"
        ]
    ],
    "checkver": {
        "url": "http://www.jrsoftware.org/isdl.php",
        "regex": "innosetup-([\\d.]+)\\.exe"
    },
    "autoupdate": {
        "url": "http://files.jrsoftware.org/is/$majorVersion/innosetup-$version.exe"
    }
}
