aboutsummaryrefslogtreecommitdiff
path: root/utils/fio
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2018-07-15 02:41:25 +0200
committerGitHub <noreply@github.com>2018-07-15 02:41:25 +0200
commit77ec669b877687ef6d7be8af8b6fb2646b5d47bd (patch)
tree4bcd0593cfe95eb0b080c45b068406a3e47d6180 /utils/fio
parent3fdef4e2f309aeec69686e02a29f1f8cb1b4618b (diff)
utils/fio: Update to 3.7
Update fio to 3.7 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'utils/fio')
-rw-r--r--utils/fio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/fio/Makefile b/utils/fio/Makefile
index 3c6fdb4ca..df221b886 100644
--- a/utils/fio/Makefile
+++ b/utils/fio/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=fio
-PKG_VERSION:=3.6
+PKG_VERSION:=3.7
PKG_RELEASE:=1
PKG_MAINTAINER:=Dragan Stancevic <ds@codeminutia.com>
PKG_LICENSE:=GPL-2.0+
@@ -16,7 +16,7 @@ PKG_LICENSE_FILES:=COPYING
PKG_SOURCE_URL:=http://brick.kernel.dk/snaps
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_HASH:=026a2cbb4a1bc9810f13f23d07eb146dbd4325bb467221dc49b88915ee8a52b4
+PKG_HASH:=73aba1b307f084ba5ec3ac3084233e3a0ef297a2991e904ab391cc95f07f003c
include $(INCLUDE_DIR)/package.mk