{
    "version": "0.64.0",
    "description": "Hex editor for reverse engineering",
    "homepage": "https://github.com/solemnwarning/rehex",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/solemnwarning/rehex/releases/download/0.64.0/rehex-0.64.0-win-x64.zip",
            "hash": "83c73bcb51b9e67f1e680d09378fe77b863eb343274b9d31dc66ec104ad1dbe2"
        },
        "32bit": {
            "url": "https://github.com/solemnwarning/rehex/releases/download/0.64.0/rehex-0.64.0-win-x86.zip",
            "hash": "cd826e71d25e8dce7fdf220cec841405f0f0acec764c9c8706512dc9cc737893"
        }
    },
    "extract_dir": "rehex-0.64.0",
    "bin": "rehex.exe",
    "shortcuts": [
        [
            "rehex.exe",
            "Reverse Engineers' Hex Editor"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/solemnwarning/rehex/releases/download/$version/rehex-$version-win-x64.zip"
            },
            "32bit": {
                "url": "https://github.com/solemnwarning/rehex/releases/download/$version/rehex-$version-win-x86.zip"
            }
        },
        "extract_dir": "rehex-$version"
    }
}
