From 648f3e5cb88899c922560d835297a7275d27ae8a Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 19 Sep 2016 00:35:16 +0000 Subject: [PATCH] community/fio to 2.14-1 --- community/fio/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/fio/PKGBUILD b/community/fio/PKGBUILD index 539554f22..e666b96ba 100644 --- a/community/fio/PKGBUILD +++ b/community/fio/PKGBUILD @@ -7,7 +7,7 @@ # - removed numactl dependency pkgname=fio -pkgver=2.13 +pkgver=2.14 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=('e49bf1f5107b44b3f069bb7fc660da62d28cb054417db784112c9b5acb7ff4ba') +sha256sums=('a6fc18d01fecdfd18d40c915325c53decba5f608cd61ab9d2b7009fa731273df') prepare() { cd fio-fio-$pkgver