community/fio to 2.9-1

This commit is contained in:
Kevin Mihelich 2016-05-01 16:31:22 +00:00
parent c4e14c502a
commit af5b35cc4b

View file

@ -7,7 +7,7 @@
# - removed numactl dependency
pkgname=fio
pkgver=2.8
pkgver=2.9
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=('f83ef5b8f6d0548ae652ee8e36644e9a969a3f333156567903bf00f5c9b00ff1')
sha256sums=('f8c73c056c8717ce61ccd8bf33de67dfbc542ffbc42eaf1f2c467d259ff589e2')
prepare() {
cd fio-fio-$pkgver