Issac Lin aabc5756a7
fio: Update to version 3.29, Use msi
fio only releases MSI installers since ver 3.29.
2022-04-14 23:59:06 +08:00

30 lines
925 B
JSON

{
"version": "3.29",
"description": "Flexible I/O Tester",
"homepage": "https://bsdio.com/fio/",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://bsdio.com/fio/releases/fio-3.29-x64.msi",
"hash": "5633f601136678536630e5ab7f277c5df8f112077b203f9b800cc4781090b298"
},
"32bit": {
"url": "https://bsdio.com/fio/releases/fio-3.29-x86.msi",
"hash": "64c6328d5cd5eb8629bd53e2f5651435aa369503ce186c9aa76416bbead5435e"
}
},
"extract_dir": "fio",
"bin": "fio.exe",
"checkver": "fio-([\\d.]+) released",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://bsdio.com/fio/releases/fio-$version-x64.msi"
},
"32bit": {
"url": "https://bsdio.com/fio/releases/fio-$version-x86.msi"
}
}
}
}