mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/fio to 3.7-1
This commit is contained in:
parent
1c0b1df66e
commit
d73f82323d
1 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@
|
|||
# - removed numactl dependency
|
||||
|
||||
pkgname=fio
|
||||
pkgver=3.6
|
||||
pkgrel=2
|
||||
pkgver=3.7
|
||||
pkgrel=1
|
||||
pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
|
||||
arch=(x86_64)
|
||||
url='https://github.com/axboe/fio'
|
||||
|
@ -21,7 +21,7 @@ optdepends=(
|
|||
'gnuplot: generating plots using fio_generate_plots'
|
||||
)
|
||||
source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
|
||||
sha256sums=('e2f0a6c82a42df0a35df7e0ac7a61dfa33a1bf661441e3aa24460fcd3ed59582')
|
||||
sha256sums=('e64b7e400da5cad7ee6a44295e56bde7a1a255eed779e63f3db837db39073627')
|
||||
|
||||
prepare() {
|
||||
cd fio-fio-$pkgver
|
||||
|
|
Loading…
Reference in a new issue