fio: update to 2.16.

This commit is contained in:
Christian Neukirchen 2016-12-21 14:14:29 +01:00
parent 853ea385c9
commit ceec91844f

View file

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