{
    "version": "3.6.1001",
    "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": "f61fdd007189a1e1991327c1982a3d1eeb97cab73105909bbb99e462e45a579b",
    "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": [
        [
            "DiskCheckup64.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"
    }
}
