{
    "version": "2.10.2",
    "description": "A GPU Stress Test and OpenGL Benchmark",
    "homepage": "https://geeks3d.com/furmark/",
    "license": "Freeware",
    "architecture": {
        "64bit": {
            "url": "https://geeks3d.com/dl/get/830#FurMark_2.10.2_win64.zip",
            "hash": "27ab2e723e2e65df720bcafea681d2104744eda4a1e0a0374d7e61eaa820e63b",
            "extract_dir": "FurMark_win64"
        },
        "32bit": {
            "url": "https://geeks3d.com/dl/get/832#FurMark_2.10.2_win32.zip",
            "hash": "e9231d78a1ae7192de811d0b3e0f4a7d7fcf404679be150da438c1f86b681614",
            "extract_dir": "FurMark_win32"
        }
    },
    "bin": "furmark.exe",
    "shortcuts": [
        [
            "FurMark_GUI.exe",
            "FurMark"
        ]
    ],
    "checkver": {
        "url": "https://geeks3d.com/furmark/downloads/",
        "regex": "/dl/show/(?<arch64>\\d+).*?v(?<version>2\\.[\\d.]+) - win64 - \\(ZIP\\)(.*\\n)*?.*/dl/show/(?<arch32>\\d+).*?v\\k<version> - win32 - \\(ZIP\\)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://geeks3d.com/dl/get/$matchArch64#FurMark_$version_win64.zip",
                "hash": {
                    "url": "https://geeks3d.com/dl/show/$matchArch64",
                    "regex": "SHA256.*?$sha256"
                }
            },
            "32bit": {
                "url": "https://geeks3d.com/dl/get/$matchArch32#FurMark_$version_win32.zip",
                "hash": {
                    "url": "https://geeks3d.com/dl/show/$matchArch32",
                    "regex": "SHA256.*?$sha256"
                }
            }
        }
    }
}
