community/fio to 3.2-1

This commit is contained in:
Kevin Mihelich 2017-11-04 19:20:06 +00:00
parent 8aa8916a8b
commit 1da3c0c12c

View file

@ -7,7 +7,7 @@
# - removed numactl dependency
pkgname=fio
pkgver=3.1
pkgver=3.2
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=('3253de75c269359a82c992f6b1db95c88c1c417d580baf8d8352db270fa8a938')
sha256sums=('6a2b6d8a80cb89402e9e823a4502058d9af4cff7fc4d2130c35cc35aa9505d02')
prepare() {
cd fio-fio-$pkgver