{
    "version": "1.3.3.6",
    "description": "A tool for creating and using parchive files to detect damage in data files and repair them if necessary.",
    "homepage": "https://hp.vector.co.jp/authors/VA021385/",
    "license": "Freeware",
    "notes": "Some Python script files are provided in $dir\\tool folder.",
    "url": "https://github.com/Yutaka-Sawada/MultiPar/releases/download/v1.3.3.6/MultiPar1336.zip",
    "hash": "md5:d84778b6be68ad2a488fb6492c3f8992",
    "pre_install": "if (!(Test-Path \"$persist_dir\\MultiPar.ini\")) { New-Item \"$dir\\MultiPar.ini\" -ItemType File | Out-Null }",
    "bin": [
        "par1j.exe",
        "par2j.exe",
        "par2j64.exe",
        "sfv_md5.exe"
    ],
    "shortcuts": [
        [
            "MultiPar.exe",
            "MultiPar"
        ]
    ],
    "persist": "MultiPar.ini",
    "checkver": {
        "github": "https://github.com/Yutaka-Sawada/MultiPar"
    },
    "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<br>\\nMD5:\\s$md5"
        }
    }
}
