fio: update to 3.19.

This commit is contained in:
Anthony Iliopoulos 2020-03-13 13:23:56 +01:00 committed by Leah Neukirchen
parent 5058a00da2
commit aa4a8c6ca9

View file

@ -1,7 +1,7 @@
# Template file for 'fio'
pkgname=fio
version=3.18
revision=2
version=3.19
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=configure
make_build_args="T_TEST_PROGS="
@ -13,7 +13,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=7f84b1670f2ee78deead97b26d836c0e7b46823bb1c776e8fe7ce28cc794869f
checksum=809963b1d023dbc9ac7065557af8129aee17b6895e0e8c5ca671b0b14285f404
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*|ppc64*) makedepends+=" libnuma-devel"