fio: update to 2.20.

This commit is contained in:
Leah Neukirchen 2017-05-20 15:03:24 +02:00
parent c08357a0eb
commit 4ba6d5bd58

View file

@ -1,6 +1,6 @@
# Template file for 'fio'
pkgname=fio
version=2.19
version=2.20
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=61fb03a18703269b781aaf195cb0d7931493bbb5bfcc8eb746d5d66d04ed77f7
checksum=eb51fbad161929f1bcd6c1d0d09d2c7543651f834aec860ba5def9bc52dcc3ae
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) makedepends+=" libnuma-devel"