mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/fio to 3.4-1
This commit is contained in:
parent
2b28ecdac6
commit
a1c6dd6e31
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
# - removed numactl dependency
|
||||
|
||||
pkgname=fio
|
||||
pkgver=3.3
|
||||
pkgver=3.4
|
||||
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=('7c559564c9395861a72d769812665325ece0551229ccdac0b12a5895cb62b5e2')
|
||||
sha256sums=('9870ec712744f1c5d9507fe2e1789e38ca577e96e459f7401568a5501e7140d5')
|
||||
|
||||
prepare() {
|
||||
cd fio-fio-$pkgver
|
||||
|
|
Loading…
Reference in a new issue