From 9c19be611848490bd6f3442ab2b13528583c7ba3 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 23 Feb 2017 18:56:00 +0000 Subject: [PATCH] community/fio to 2.18-1 --- community/fio/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/fio/PKGBUILD b/community/fio/PKGBUILD index 9ac8d7ffd..fef245526 100644 --- a/community/fio/PKGBUILD +++ b/community/fio/PKGBUILD @@ -7,7 +7,7 @@ # - removed numactl dependency pkgname=fio -pkgver=2.17 +pkgver=2.18 pkgrel=1 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing' arch=(i686 x86_64) @@ -21,7 +21,7 @@ optdepends=( 'gnuplot: generating plots using fio_generate_plots' ) source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip) -sha256sums=('8e7f10c9c3f7cb8a7f48ab216e5b77fa46ad0f1cb690fdd28e63f66fc89bb9bb') +sha256sums=('508c14a6cbfa48b13d5cb7ce4a7024fcd20b1dcd5dcdf230416babd11c2eb409') prepare() { cd fio-fio-$pkgver