fio: update to 2.17.

This commit is contained in:
Leah Neukirchen 2017-01-18 18:47:33 +01:00
parent 93d7581c36
commit 8cfff23d31
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'fio'
pkgname=fio
version=2.16
version=2.17
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=configure
@ -8,11 +8,11 @@ make_install_args="mandir=/usr/share/man"
makedepends="zlib-devel libaio-devel"
depends="python"
short_desc="Flexible I/O tester"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
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=92520bff7e45750f697366823b81a9899c5150f34fef0414919e9e1110627bd4
checksum=4d31ce145cc2d21e91aaf08bb4d14cca942ad6572131cba687906983478ce6e5
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) makedepends+=" libnuma-devel"