community/fio to 2.18-1

This commit is contained in:
Kevin Mihelich 2017-02-23 18:56:00 +00:00
parent 551ff0feae
commit 9c19be6118

View file

@ -7,7 +7,7 @@
# - removed numactl dependency
pkgname=fio
pkgver=2.17
pkgver=2.18
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=('8e7f10c9c3f7cb8a7f48ab216e5b77fa46ad0f1cb690fdd28e63f66fc89bb9bb')
sha256sums=('508c14a6cbfa48b13d5cb7ce4a7024fcd20b1dcd5dcdf230416babd11c2eb409')
prepare() {
cd fio-fio-$pkgver