mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 11:11:19 +00:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"version": "3.18",
|
|
"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.18-x64.zip",
|
|
"hash": "0b062ae1bcffe0204acf9dfcc3d88ad55309a205c196781cd95c04248f064241",
|
|
"extract_dir": "fio-3.18-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://bsdio.com/fio/releases/fio-3.18-x86.zip",
|
|
"hash": "bab07b3f084ebe708f3e3d3032ca686ba5b47e5ec82e6bfc8990f27e47031648",
|
|
"extract_dir": "fio-3.18-x86"
|
|
}
|
|
},
|
|
"bin": "fio.exe",
|
|
"checkver": "fio-([\\d.]+) released",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://bsdio.com/fio/releases/fio-$version-x64.zip",
|
|
"extract_dir": "fio-$version-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://bsdio.com/fio/releases/fio-$version-x86.zip",
|
|
"extract_dir": "fio-$version-x86"
|
|
}
|
|
}
|
|
}
|
|
}
|