fio: update to 3.2.
This commit is contained in:
parent
0e43ec8291
commit
365f408180
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fio'
|
# Template file for 'fio'
|
||||||
pkgname=fio
|
pkgname=fio
|
||||||
version=3.1
|
version=3.2
|
||||||
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"
|
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=282fd4d6822f588c3a6261369b68172084d7d606f1c8fe36e1ae83ca52e7c976
|
checksum=5f54652d00858fe933902b0dfd0cdbc7bd4278e5de5e84bb8df43f15b33a146a
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*) makedepends+=" libnuma-devel"
|
i686*|x86_64*) makedepends+=" libnuma-devel"
|
||||||
|
|
Loading…
Reference in New Issue