{
    "version": "2.48-26.05.05",
    "description": "A utility designed to identify file types from their binary signatures.",
    "homepage": "https://www.mark0.net/soft-trid-e.html",
    "license": "Shareware",
    "architecture": {
        "64bit": {
            "url": [
                "https://www.mark0.net/download/triddefs.zip",
                "https://www.mark0.net/download/trid_win64.zip"
            ],
            "hash": [
                "e9f670d441283d122927b539c64d551caffed79510608093e5c82615ec98dc11",
                "65d339cc3f758a9d78e41f2c418955dfcd8c4a5152682e8cc9af0f551d169a4b"
            ]
        }
    },
    "installer": {
        "script": "Expand-InnoArchive -Path \"$dir\\TrID_setup.exe\" -Removal"
    },
    "bin": "trid.exe",
    "checkver": {
        "regex": "(?si)Win/x86-64.+?TrID v?([\\d.]+).+?(?<day>\\d{2})/(?<month>\\d{2})/(?<year>\\d+)",
        "replace": "${1}-${year}.${month}.${day}"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": [
                    "https://www.mark0.net/download/triddefs.zip",
                    "https://www.mark0.net/download/trid_win64.zip"
                ]
            }
        }
    }
}
