fio: update to 2.13.

This commit is contained in:
Christian Neukirchen 2016-07-23 17:39:36 +02:00
parent e62950a04f
commit c8e79b6863
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'fio'
pkgname=fio
version=2.12
version=2.13
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=configure
@ -12,7 +12,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="https://github.com/axboe/fio"
distfiles="https://github.com/axboe/${pkgname}/archive/${pkgname}-${version}.tar.gz"
checksum=b692f2b3bb9a63369252e4c55aa70e2ba064c16869ea81b58d2798b212636bd6
checksum=7b1d0fb68d8468acbac2b6f814e323b74085a7207f45524f7c1fc472e79bc91d
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) makedepends+=" libnuma-devel"