2023-05-24 00:36:01 +00:00

33 lines
1.1 KiB
JSON

{
"version": "3.35",
"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.35/fio-3.35-x64.msi",
"hash": "8d3629092a11d34970b80cc6673e6f8ac9c7025339db379a8632a8f439b4daaf"
},
"32bit": {
"url": "https://github.com/axboe/fio/releases/download/fio-3.35/fio-3.35-x86.msi",
"hash": "1ad18273f96669df1a192ecf838d3e93706cae18395946f5172d72d079936561"
}
},
"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"
}
}
}
}