From 16126c5b3f0dd07e8454e0e0b547d1b10292a1d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 12:30:38 +0000 Subject: [PATCH] fio: Update to version 3.36 --- bucket/fio.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fio.json b/bucket/fio.json index fb3c592a49..eeac381cac 100644 --- a/bucket/fio.json +++ b/bucket/fio.json @@ -1,16 +1,16 @@ { - "version": "3.35", + "version": "3.36", "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.35/fio-3.35-x64.msi", - "hash": "8d3629092a11d34970b80cc6673e6f8ac9c7025339db379a8632a8f439b4daaf" + "url": "https://github.com/axboe/fio/releases/download/fio-3.36/fio-3.36-x64.msi", + "hash": "951e9f2cb88a5eb2e672388d5472f5b8c43ae08309ad7bb290a47bf62c0fe75f" }, "32bit": { - "url": "https://github.com/axboe/fio/releases/download/fio-3.35/fio-3.35-x86.msi", - "hash": "1ad18273f96669df1a192ecf838d3e93706cae18395946f5172d72d079936561" + "url": "https://github.com/axboe/fio/releases/download/fio-3.36/fio-3.36-x86.msi", + "hash": "e37e06caa560ecc19283b7725183233bd5375d978cb65e975e8ba6648f0715f5" } }, "extract_dir": "fio",