{
    "version": "2.1.1",
    "description": "Interactive, multiarchitecture disassembler",
    "homepage": "https://redasm.io",
    "license": "GPL-3.0-only",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/REDasmOrg/REDasm/releases/download/v2.1.1/REDasm_2.1.1_Windows_x86_64.zip",
            "hash": "f507817b319a4196a4245f6f2bea59e092d01e279dc57b910938201042cfed6e"
        }
    },
    "pre_install": "Remove-Item \"$dir\\vc_red*\"",
    "bin": "REDasm.exe",
    "shortcuts": [
        [
            "REDasm.exe",
            "REDasm"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/REDasmOrg/REDasm/releases",
        "regex": "/REDasm_([\\d.]+)_Windows_x86_64\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/REDasmOrg/REDasm/releases/download/v$version/REDasm_$version_Windows_x86_64.zip"
            }
        }
    }
}
