fio: update to 3.7.

This commit is contained in:
Leah Neukirchen 2018-06-05 14:56:06 +02:00
parent d80695584b
commit bd8bbd0523

View file

@ -1,6 +1,6 @@
# Template file for 'fio'
pkgname=fio
version=3.6
version=3.7
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=184982f5cdddada40b08b3d9a82f4de5e698374d9bfdfb7c85d10e9fddf51b8c
checksum=15643de9c02b8ccae0dac287c5f421a7271d81b2600d6ed87b40e430a9f444b3
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) makedepends+=" libnuma-devel"