{
    "version": "1.3.3.6",
    "description": "A Parchive tool, alternative to Quickpar.",
    "homepage": "https://github.com/Yutaka-Sawada/MultiPar",
    "license": "Freeware, GPL-2.0-only, LGPL-2.1-only, MIT",
    "notes": "Check the 'help' subdirectory for licenses and commands.",
    "url": "https://github.com/Yutaka-Sawada/MultiPar/releases/download/v1.3.3.6/MultiPar1336.zip",
    "hash": "sha1:9cfe9ea7ab3559e6ae2c98a443f4ef1721d70614",
    "architecture": {
        "64bit": {
            "bin": [
                "MultiPar.exe",
                "par1j.exe",
                [
                    "par2j64.exe",
                    "par2j"
                ],
                "sfv_md5.exe"
            ]
        },
        "32bit": {
            "bin": [
                "MultiPar.exe",
                "par1j.exe",
                "par2j.exe",
                "sfv_md5.exe"
            ]
        }
    },
    "shortcuts": [
        [
            "MultiPar.exe",
            "MultiPar"
        ]
    ],
    "pre_uninstall": "Start-Process -FilePath \"$dir\\MultiPar.exe\" -ArgumentList '/clean' -Wait",
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/Yutaka-Sawada/MultiPar/releases/download/v$version/MultiPar$cleanVersion.zip",
        "hash": {
            "url": "https://github.com/Yutaka-Sawada/MultiPar/releases/tag/v$version",
            "regex": "$basename[\\s\\S]*SHA1: $sha1"
        }
    }
}
