{
    "version": "2.0-2017.07.01",
    "description": "PCI-Z is designed for detecting unknown hardware on your Windows based PC",
    "homepage": "https://www.pci-z.com/",
    "license": "Unknown",
    "architecture": {
        "64bit": {
            "url": "https://www.pci-z.com/current/x64/PCI-Z.exe",
            "hash": "sha1:b7f3084e77c5629e84d660f0e4f9021374be4c3b"
        },
        "32bit": {
            "url": "https://www.pci-z.com/current/PCI-Z.exe",
            "hash": "sha1:4f4543047ad941945225ace697beb13ceb015e7b"
        }
    },
    "shortcuts": [
        [
            "PCI-Z.exe",
            "PCI-Z"
        ]
    ],
    "checkver": {
        "regex": "Download PCI-Z (?<version>[\\d.]+) \\(.*?\\) \\(PCI ID version (?<pci>[\\d.]+)\\)",
        "replace": "${version}-${pci}"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://www.pci-z.com/current/x64/PCI-Z.exe",
                "hash": {
                    "url": "https://www.pci-z.com/",
                    "regex": "current/x64/PCI-Z.exe.*?SHA1:.*?$sha1<"
                }
            },
            "32bit": {
                "url": "https://www.pci-z.com/current/PCI-Z.exe",
                "hash": {
                    "url": "https://www.pci-z.com/",
                    "regex": "current/PCI-Z.exe.*?SHA1:.*?$sha1<"
                }
            }
        }
    }
}
