fio: update to 3.8.
This commit is contained in:
parent
d596181218
commit
c5a15b95be
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fio'
|
# Template file for 'fio'
|
||||||
pkgname=fio
|
pkgname=fio
|
||||||
version=3.7
|
version=3.8
|
||||||
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=15643de9c02b8ccae0dac287c5f421a7271d81b2600d6ed87b40e430a9f444b3
|
checksum=3eccc9eb2ccf9d910ab391c5d639565e0f6bb4050620d161f26c36c6ff83454f
|
||||||
|
|
||||||
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