{
    "version": "0.60.1",
    "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.60.1/rehex-0.60.1-win-x86_64.zip",
            "hash": "70c14eb25050ad592d7c4c079cd5cd376e49b99890cb36ba9b273cc760c38cf7"
        },
        "32bit": {
            "url": "https://github.com/solemnwarning/rehex/releases/download/0.60.1/rehex-0.60.1-win-i686.zip",
            "hash": "eb9c6a9b05a265a36c1c40f8801159211ac5439006e75d76a0e78c7d8e9722e6"
        }
    },
    "extract_dir": "rehex-0.60.1",
    "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-x86_64.zip"
            },
            "32bit": {
                "url": "https://github.com/solemnwarning/rehex/releases/download/$version/rehex-$version-win-i686.zip"
            }
        },
        "extract_dir": "rehex-$version"
    }
}
