mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"version": "3.20",
|
|
"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.20-x64.zip",
|
|
"hash": "ae784cb9e10e5d1e286eb239fd9872c9800b8a4b1816aad3bf9bb6303d9ed1e1",
|
|
"extract_dir": "fio-3.20-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://bsdio.com/fio/releases/fio-3.20-x86.zip",
|
|
"hash": "aed5cf039909a635356e4edd39ef830c2c7c60195b57e8e5c7ca00b7119e74fd",
|
|
"extract_dir": "fio-3.20-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"
|
|
}
|
|
}
|
|
}
|
|
}
|