{
    "version": "2.5.0.0",
    "description": "Hex and Disk Editor",
    "homepage": "https://mh-nexus.de/en/hxd/",
    "license": {
        "identifier": "Freeware",
        "url": "https://mh-nexus.de/en/hxd/license.php"
    },
    "url": "https://mh-nexus.de/downloads/HxDPortableSetup.zip",
    "hash": "sha512:156aa7184501e2de21d1205651d800d1524ede8006c31cd97f2cff20002524d69d28c2d0d6bdd6d0cacf171ecb9a2ce90f96d115596ba4a3512533cc4a27ac30",
    "architecture": {
        "64bit": {
            "installer": {
                "script": [
                    "Expand-InnoArchive \"$dir\\HxDPortableSetup.exe\" -Removal",
                    "Rename-Item \"$dir\\HxD64,3.exe\" \"$dir\\HxD.exe\"",
                    "Remove-Item \"$dir\\*,*\" -Force"
                ]
            }
        },
        "32bit": {
            "installer": {
                "script": [
                    "Expand-InnoArchive \"$dir\\HxDPortableSetup.exe\" -Removal",
                    "Rename-Item \"$dir\\HxD32,3.exe\" \"$dir\\HxD.exe\"",
                    "Remove-Item \"$dir\\*,*\" -Force"
                ]
            }
        }
    },
    "bin": "HxD.exe",
    "shortcuts": [
        [
            "HxD.exe",
            "HxD"
        ]
    ],
    "persist": "Settings",
    "checkver": {
        "url": "https://mh-nexus.de/en/hxd/changelog.php",
        "regex": "v_([\\d.]+)"
    },
    "autoupdate": {
        "url": "https://mh-nexus.de/downloads/HxDPortableSetup.zip",
        "hash": {
            "url": "https://mh-nexus.de/en/downloads.php?product=HxD20#",
            "regex": "(?sm)$basename.*?$sha512"
        }
    }
}
