fio: update to 3.18.

This commit is contained in:
Leah Neukirchen 2020-02-06 10:00:42 +01:00
parent 3d10d657a6
commit 1ae399db32

View file

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