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.39",
|
|
"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.39/fio-3.39-x64.msi",
|
|
"hash": "49be53fb6b9517ce4fc5e26136d7c981df84daa31dd50db66ac3bbb5cb7be63a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/axboe/fio/releases/download/fio-3.39/fio-3.39-x86.msi",
|
|
"hash": "d5750ba11b13b13301ef476cd290dac6a751dbedfe7ffcada5a20285b84a1d1c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|