mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/fio to 3.6-1
This commit is contained in:
parent
cf76ce4cdf
commit
3e229c576e
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
# - removed numactl dependency
|
||||
|
||||
pkgname=fio
|
||||
pkgver=3.5
|
||||
pkgver=3.6
|
||||
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=('f039ad922c7a51f0299ab3073b4890cab02aa1c27200952b2e49e4ff65bedd7f')
|
||||
sha256sums=('e2f0a6c82a42df0a35df7e0ac7a61dfa33a1bf661441e3aa24460fcd3ed59582')
|
||||
|
||||
prepare() {
|
||||
cd fio-fio-$pkgver
|
||||
|
|
Loading…
Reference in a new issue