{
    "version": "6.7.1",
    "description": "An open-source installation builder for Windows applications.",
    "homepage": "https://www.jrsoftware.org/isinfo.php",
    "license": {
        "identifier": "Freeware",
        "url": "https://www.jrsoftware.org/files/is/license.txt"
    },
    "suggest": {
        "Inno Script Studio": "extras/inno-script-studio"
    },
    "url": "https://github.com/jrsoftware/issrc/releases/download/is-6_7_1/innosetup-6.7.1.exe",
    "hash": "4d11e8050b6185e0d49bd9e8cc661a7a59f44959a621d31d11033124c4e8a7b0",
    "innosetup": true,
    "bin": "iscc.exe",
    "shortcuts": [
        [
            "Compil32.exe",
            "Inno Setup Compiler"
        ]
    ],
    "checkver": {
        "url": "https://www.jrsoftware.org/isdl.php",
        "regex": "innosetup-([\\d.]+)\\.exe"
    },
    "autoupdate": {
        "url": "https://github.com/jrsoftware/issrc/releases/download/is-$underscoreVersion/innosetup-$version.exe",
        "hash": {
            "url": "https://github.com/jrsoftware/issrc/releases/download/is-$underscoreVersion/innosetup-$version.exe.issig",
            "find": "file-hash\\s+$sha256"
        }
    }
}
