{
    "version": "3.5.1004",
    "description": "Monitors SMART attributes of a particular hard disk drive.",
    "homepage": "https://www.passmark.com/products/diskcheckup/",
    "license": "Proprietary",
    "notes": "Free for personal use only. For commercial use, you need to purchase company licenses.",
    "url": "https://www.passmark.com/downloads/diskcheckup.exe#/dl.exe",
    "hash": "453704a5dfbc11193f9add71fdc5a00f6c782eb0208682698c8acd5a0bf4a95b",
    "innosetup": true,
    "pre_install": [
        "'localization,1.txt', 'SMARTDesc,1.csv', 'SysInfo_localization,1.txt' | ForEach-Object {",
        "    Rename-Item \"$dir\\$_\" $_.Replace(',1', '')",
        "}",
        "if (!(Test-Path \"$persist_dir\\DiskCheckup.cfg\")) { New-Item \"$dir\\DiskCheckup.cfg\" | Out-Null }"
    ],
    "shortcuts": [
        [
            "DiskCheckup.exe",
            "DiskCheckup"
        ]
    ],
    "persist": "DiskCheckup.cfg",
    "checkver": {
        "url": "https://www.passmark.com/products/diskcheckup/",
        "regex": "Version:.*?V([\\d.]+) \\(Build (\\d+)\\)",
        "replace": "${1}.${2}"
    },
    "autoupdate": {
        "url": "https://www.passmark.com/downloads/diskcheckup.exe#/dl.exe"
    }
}
