-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathfio.json
32 lines (32 loc) · 1.12 KB
/
fio.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"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"
}
}
}
}