community/fio to 3.5-1

This commit is contained in:
Kevin Mihelich 2018-03-09 13:45:01 +00:00
parent bc60d97368
commit 40a74c09b0

View file

@ -7,7 +7,7 @@
# - removed numactl dependency
pkgname=fio
pkgver=3.4
pkgver=3.5
pkgrel=1
pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
arch=(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=('9870ec712744f1c5d9507fe2e1789e38ca577e96e459f7401568a5501e7140d5')
sha256sums=('f039ad922c7a51f0299ab3073b4890cab02aa1c27200952b2e49e4ff65bedd7f')
prepare() {
cd fio-fio-$pkgver