From 6d3385cd4ab7c653757f8865a1ef0a2cc767be37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 20:28:26 +0000 Subject: [PATCH] fio: Update to version 3.38 --- bucket/fio.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fio.json b/bucket/fio.json index 68e207f12a..0a2a42f049 100644 --- a/bucket/fio.json +++ b/bucket/fio.json @@ -1,16 +1,16 @@ { - "version": "3.37", + "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.37/fio-3.37-x64.msi", - "hash": "1cdc6b16f330027aaffd2ff5a8abd97475e5a17809d15d05b884e20724103dfb" + "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.37/fio-3.37-x86.msi", - "hash": "b1aec983d12ac0b4cdaba395b46654fcc0b7dcd703597c497d97627c0582003d" + "url": "https://github.com/axboe/fio/releases/download/fio-3.38/fio-3.38-x86.msi", + "hash": "2f2c8291433adc89a33e88d494b44c68ae2a5ac48ae4eb09f8ecf5bc1640ead9" } }, "extract_dir": "fio",