{
    "version": "0.7.1",
    "description": "Reversing tool for PE files",
    "homepage": "https://hshrzd.wordpress.com/pe-bear/",
    "license": "GPL-2.0-only",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/hasherezade/pe-bear/releases/download/v0.7.1/PE-bear_0.7.1_qt5_x64_win_vs19.zip",
            "hash": "b46ef7f2adb91653139f48d0824d0f70416bf391b93f1ee590312999b94f044d"
        },
        "32bit": {
            "url": "https://github.com/hasherezade/pe-bear/releases/download/v0.7.1/PE-bear_0.7.1_qt5_x86_win_vs19.zip",
            "hash": "1413362f917946ccde3c2fd99f80fa21a32320714233961828463dd7c52e2e3d"
        }
    },
    "bin": "PE-bear.exe",
    "shortcuts": [
        [
            "PE-bear.exe",
            "PE-bear"
        ]
    ],
    "checkver": {
        "github": "https://github.com/hasherezade/pe-bear"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/hasherezade/pe-bear/releases/download/v$version/PE-bear_$version_qt5_x64_win_vs19.zip"
            },
            "32bit": {
                "url": "https://github.com/hasherezade/pe-bear/releases/download/v$version/PE-bear_$version_qt5_x86_win_vs19.zip"
            }
        }
    }
}
