{
    "version": "0.6.7.3",
    "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.6.7.3/PE-bear_0.6.7.3_x64_win_vs19.zip",
            "hash": "22146f303e29de8e00c327ed8d32c46a86eb351875447859286962d11ddb25cc"
        },
        "32bit": {
            "url": "https://github.com/hasherezade/pe-bear/releases/download/v0.6.7.3/PE-bear_0.6.7.3_x86_win_vs19.zip",
            "hash": "da91da0676401dbfe2beda3723ce1578fdc1f5bb13b6373e64ff985479c39ca5"
        }
    },
    "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_x64_win_vs19.zip"
            },
            "32bit": {
                "url": "https://github.com/hasherezade/pe-bear/releases/download/v$version/PE-bear_$version_x86_win_vs19.zip"
            }
        }
    }
}
