fio: update to 2.15.

This commit is contained in:
Christian Neukirchen 2016-10-26 13:02:48 +02:00
parent 753492e257
commit 5fb36ecd6e
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'fio'
pkgname=fio
version=2.14
version=2.15
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=9fad9dd4d6304f1220023500abf07c5d20bf5e27fba95ac6edb7035939d363a5
checksum=bcc4407d3f8d0b02964a738b11719e6daa45461fd830ac6d0a7909ea25da4156
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) makedepends+=" libnuma-devel"