{
    "version": "2.19",
    "description": "System information software",
    "homepage": "https://www.cpuid.com/softwares/cpu-z.html",
    "license": "Freeware",
    "notes": [
        "The CPU-Z ARM64 version is in a separate manifest: `cpu-z-arm64`. To install it, run:",
        "scoop install cpu-z-arm64"
    ],
    "url": "https://download.cpuid.com/cpu-z/cpu-z_2.19-en.zip",
    "hash": "9f7a60be1be3dfe0d79eb5dab03517aeb767c5eb95e56909badbb1fe05083c16",
    "architecture": {
        "64bit": {
            "bin": [
                [
                    "cpuz_x64.exe",
                    "cpuz"
                ]
            ],
            "shortcuts": [
                [
                    "cpuz_x64.exe",
                    "CPU-Z"
                ]
            ]
        },
        "32bit": {
            "bin": [
                [
                    "cpuz_x32.exe",
                    "cpuz"
                ]
            ],
            "shortcuts": [
                [
                    "cpuz_x32.exe",
                    "CPU-Z"
                ]
            ]
        }
    },
    "persist": "cpuz.ini",
    "checkver": "Version ([\\d.]+) for windows",
    "autoupdate": {
        "url": "https://download.cpuid.com/cpu-z/cpu-z_$version-en.zip"
    }
}
