{
    "version": "3.42",
    "description": "Flexible I/O Tester",
    "homepage": "https://github.com/axboe/fio",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/axboe/fio/releases/download/fio-3.42/fio-3.42-x64.msi",
            "hash": "d6bc1c0eb7a4b3bd2810e6c0ce605917a4671cc126c9dae5be7eb4891464a5c6"
        },
        "32bit": {
            "url": "https://github.com/axboe/fio/releases/download/fio-3.42/fio-3.42-x86.msi",
            "hash": "921ba0ad3450f41307a2e8188bd03e9d257b107b9f2f4f30b859914f5515a115"
        }
    },
    "extract_dir": "fio",
    "bin": "fio.exe",
    "checkver": {
        "github": "https://github.com/axboe/fio",
        "regex": "fio-(?<version>[\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/axboe/fio/releases/download/fio-$version/fio-$version-x64.msi"
            },
            "32bit": {
                "url": "https://github.com/axboe/fio/releases/download/fio-$version/fio-$version-x86.msi"
            }
        }
    }
}
