fio: update to 3.9.

This commit is contained in:
Leah Neukirchen 2018-09-07 12:22:08 +02:00
parent 000a21272a
commit 28791f4dd2
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'fio'
pkgname=fio
version=3.8
version=3.9
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=configure
@ -12,7 +12,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2"
homepage="https://github.com/axboe/fio"
distfiles="https://github.com/axboe/${pkgname}/archive/${pkgname}-${version}.tar.gz"
checksum=3eccc9eb2ccf9d910ab391c5d639565e0f6bb4050620d161f26c36c6ff83454f
checksum=f3ed31f2305063a4c045b9a34e51e01cc423cdd3381d64f48c65a865e4766a7a
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) makedepends+=" libnuma-devel"