From 42684b6870d5cfaccfb60fe3dee406f68192b0cb Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Mon, 24 Feb 2025 11:04:26 +0000 Subject: [PATCH] bump(root/fio): 3.39 This commit has been automatically submitted by Github Actions. --- root-packages/fio/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root-packages/fio/build.sh b/root-packages/fio/build.sh index 1e194a5e18..0242105a6d 100644 --- a/root-packages/fio/build.sh +++ b/root-packages/fio/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/axboe/fio TERMUX_PKG_DESCRIPTION="Flexible I/O Tester" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="3.38" +TERMUX_PKG_VERSION="3.39" TERMUX_PKG_SRCURL=https://github.com/axboe/fio/archive/refs/tags/fio-${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=73b3ca18a66fb88a90dae73b9994fdd18d35161d914ffe2089380760af5533cf +TERMUX_PKG_SHA256=e2f4ff137061b44ceb83a55eb9ca8856fe188db6d9b00cb59f8629c9162afe0a TERMUX_PKG_DEPENDS="openssl, libandroid-shmem, libaio" TERMUX_PKG_SUGGESTS="python" TERMUX_PKG_BUILD_IN_SRC=true