mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 06:01:19 +00:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"version": "3.36",
|
|
"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.36/fio-3.36-x64.msi",
|
|
"hash": "951e9f2cb88a5eb2e672388d5472f5b8c43ae08309ad7bb290a47bf62c0fe75f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/axboe/fio/releases/download/fio-3.36/fio-3.36-x86.msi",
|
|
"hash": "e37e06caa560ecc19283b7725183233bd5375d978cb65e975e8ba6648f0715f5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|