fio: update to 3.8.

This commit is contained in:
Leah Neukirchen 2018-07-24 12:11:40 +02:00
parent d596181218
commit c5a15b95be
1 changed files with 2 additions and 2 deletions

View File

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