{
    "version": "1.04",
    "description": "ARM64 native version of CPU-Z.",
    "homepage": "https://www.cpuid.com/softwares/cpu-z-arm64.html",
    "license": "Freeware",
    "architecture": {
        "arm64": {
            "url": "https://download.cpuid.com/cpu-z/arm64/cpuz-arm64_1.04.zip",
            "hash": "979828afa84207950075a3eab24f8ec9b39218e2de528f52c8b64f89f36071fb",
            "bin": [
                [
                    "cpuz_arm64.exe",
                    "cpuz"
                ]
            ],
            "shortcuts": [
                [
                    "cpuz_arm64.exe",
                    "CPU-Z"
                ]
            ]
        }
    },
    "pre_install": [
        "if ((!(Test-Path \"$persist_dir\\cpuz.ini\")) -and (!(Test-Path \"$dir\\cpuz.ini\"))) {",
        "    New-Item \"$dir\\cpuz.ini\" -ItemType File | Out-Null",
        "}"
    ],
    "persist": "cpuz.ini",
    "checkver": "Version ([\\d.]+) for windows&reg; ARM64",
    "autoupdate": {
        "url": "https://download.cpuid.com/cpu-z/arm64/cpuz-arm64_$version.zip"
    }
}
