fio: update to 2.21.
This commit is contained in:
parent
0fcc06c963
commit
5ad59f6145
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fio'
|
# Template file for 'fio'
|
||||||
pkgname=fio
|
pkgname=fio
|
||||||
version=2.20
|
version=2.21
|
||||||
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=eb51fbad161929f1bcd6c1d0d09d2c7543651f834aec860ba5def9bc52dcc3ae
|
checksum=2d9a14a23cb66086690db4f4cfe07d66f87628378a49d14a4b80798aaee1095e
|
||||||
|
|
||||||
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 a new issue