fio: update to 2.19.

This commit is contained in:
Leah Neukirchen 2017-04-05 15:24:08 +02:00
parent 5505ba01ad
commit 991c7d1248
1 changed files with 2 additions and 2 deletions

View File

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