mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"version": "3.38",
|
|
"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.38/fio-3.38-x64.msi",
|
|
"hash": "1d450fd538e5ef90a05aaf5bd88e457970cb009832b344ad069d3b3c48bf2c1c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/axboe/fio/releases/download/fio-3.38/fio-3.38-x86.msi",
|
|
"hash": "2f2c8291433adc89a33e88d494b44c68ae2a5ac48ae4eb09f8ecf5bc1640ead9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|