From 9e5c632e4ab3bc00c767424b94bef604b477b5de Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 17 Jun 2017 04:26:11 +0000 Subject: [PATCH] community/fio to 2.21-1 --- community/fio/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/fio/PKGBUILD b/community/fio/PKGBUILD index 12720a7c4..c944f4f17 100644 --- a/community/fio/PKGBUILD +++ b/community/fio/PKGBUILD @@ -7,7 +7,7 @@ # - removed numactl dependency pkgname=fio -pkgver=2.20 +pkgver=2.21 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=('06060c2579c1d3ebc3b9949f85abc7e35dc644f08d19dae9c98fe7875ab051dd') +sha256sums=('9bca57991ca9ab0d7d1eb6975fc18f40d04551a2ba133f747324f2d09bd5c290') prepare() { cd fio-fio-$pkgver