From d73f82323d4986c511480855e973c132206002e2 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 4 Jun 2018 23:29:44 +0000 Subject: [PATCH] community/fio to 3.7-1 --- community/fio/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/fio/PKGBUILD b/community/fio/PKGBUILD index 9e63daf5a..320e7faf6 100644 --- a/community/fio/PKGBUILD +++ b/community/fio/PKGBUILD @@ -7,8 +7,8 @@ # - removed numactl dependency pkgname=fio -pkgver=3.6 -pkgrel=2 +pkgver=3.7 +pkgrel=1 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing' arch=(x86_64) url='https://github.com/axboe/fio' @@ -21,7 +21,7 @@ optdepends=( 'gnuplot: generating plots using fio_generate_plots' ) source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip) -sha256sums=('e2f0a6c82a42df0a35df7e0ac7a61dfa33a1bf661441e3aa24460fcd3ed59582') +sha256sums=('e64b7e400da5cad7ee6a44295e56bde7a1a255eed779e63f3db837db39073627') prepare() { cd fio-fio-$pkgver