mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/fio to 3.2-1
This commit is contained in:
parent
8aa8916a8b
commit
1da3c0c12c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue