fio: update to 3.5.

This commit is contained in:
Leah Neukirchen 2018-02-21 14:26:43 +01:00
parent 70d727f06c
commit bb3b1b55cc

View file

@ -1,6 +1,6 @@
# Template file for 'fio'
pkgname=fio
version=3.4
version=3.5
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=edde11621aefdfe4e18c7108d036c3338c5d12f584f823ea319ee895f1a0024e
checksum=595c8ff34a327792abce4399591ec30c733e9a9ad9f633270ceda50632a7cd7b
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) makedepends+=" libnuma-devel"