mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-01 21:11:20 +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": "edb9f6e0610720ccbd620de29d081b7a1b8ba272d24cc3f694427487d2b84ead",
|
|
"extract_dir": "fio-3.20-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://bsdio.com/fio/releases/fio-3.20-x86.zip",
|
|
"hash": "67dd567be8833fbfddf90b5cb1e9adfae2e9e357ec3cad6e841e5a6a135b97cb",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|