diff options
author | Tjeu Kayim <hasbaddana@outlook.com> | 2023-04-06 08:27:13 +0200 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-04-08 01:42:48 +0800 |
commit | e82f9a664b42e4e257d63add9bed2780bf4bacd2 (patch) | |
tree | a4566ae7d2a710c20be64f0b9efd299117170d93 /utils/fio | |
parent | 11cac71248dea0a188cdc86d7b9ca193d5523da0 (diff) |
fio: update to 3.34
Signed-off-by: Tjeu Kayim <hasbaddana@outlook.com>
Diffstat (limited to 'utils/fio')
-rw-r--r-- | utils/fio/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/fio/Makefile b/utils/fio/Makefile index 622bfe49f..2569762c6 100644 --- a/utils/fio/Makefile +++ b/utils/fio/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fio -PKG_VERSION:=3.29 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=3.34 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://brick.kernel.dk/snaps -PKG_HASH:=acffb407d14e973321ada4cf234b2840a94fff7989350cfe62142daba79e6786 +PKG_HASH:=a5a28f19c701d4c8e04924bec1b85f6ac8c67fc8fe75968a5d6990e0b656a7a7 PKG_MAINTAINER:= PKG_LICENSE:=GPL-2.0-or-later |