diff --git a/bucket/fio.json b/bucket/fio.json new file mode 100644 index 0000000000..ed3a97ea73 --- /dev/null +++ b/bucket/fio.json @@ -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" + } + } + } +}