fio: update to 3.1.

This commit is contained in:
Leah Neukirchen 2017-09-29 13:59:58 +02:00
parent 681ec89d93
commit cc275a1935

View file

@ -1,6 +1,6 @@
# Template file for 'fio'
pkgname=fio
version=3.0
version=3.1
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=80c65159af1e1aeec97f9ddad9f7e213b1abd5f413d1a3dd9ac00a344c6e399d
checksum=282fd4d6822f588c3a6261369b68172084d7d606f1c8fe36e1ae83ca52e7c976
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) makedepends+=" libnuma-devel"