fio: update to 3.14.

This commit is contained in:
Leah Neukirchen 2019-05-23 14:04:38 +02:00
parent 287607ff32
commit 985036be5e

View file

@ -1,6 +1,6 @@
# Template file for 'fio' # Template file for 'fio'
pkgname=fio pkgname=fio
version=3.13 version=3.14
revision=1 revision=1
wrksrc="${pkgname}-${pkgname}-${version}" wrksrc="${pkgname}-${pkgname}-${version}"
build_style=configure build_style=configure
@ -12,7 +12,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-only" license="GPL-2.0-only"
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=24d7917e830ea6eeebe2a90f4d374b8317c45aa0df7c4fc0b420be3fa6edf1f5 checksum=c019b23fc1e0e41edc757aee7ed8f37abaaa62aa7ff0bfd7cc5c8511ffd327e7
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*|ppc64*) makedepends+=" libnuma-devel" i686*|x86_64*|ppc64*) makedepends+=" libnuma-devel"