mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
fio: Add version 3.18 (#888)
This commit is contained in:
parent
255c7afda1
commit
b6faedd5a8
32
bucket/fio.json
Normal file
32
bucket/fio.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"version": "3.18",
|
||||
"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.18-x64.zip",
|
||||
"hash": "0b062ae1bcffe0204acf9dfcc3d88ad55309a205c196781cd95c04248f064241",
|
||||
"extract_dir": "fio-3.18-x64"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://bsdio.com/fio/releases/fio-3.18-x86.zip",
|
||||
"hash": "bab07b3f084ebe708f3e3d3032ca686ba5b47e5ec82e6bfc8990f27e47031648",
|
||||
"extract_dir": "fio-3.18-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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user