fio: update to 3.30.

This commit is contained in:
Leah Neukirchen 2022-04-08 15:46:34 +02:00
parent 72be0bd5e5
commit 62ac20e034

View file

@ -1,6 +1,6 @@
# Template file for 'fio'
pkgname=fio
version=3.29
version=3.30
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=configure
@ -13,7 +13,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-only"
homepage="https://github.com/axboe/fio"
distfiles="https://github.com/axboe/${pkgname}/archive/${pkgname}-${version}.tar.gz"
checksum=3ad22ee9c545afae914f399886e9637a43d1b3aa5dfcf6966ed83e633759acb7
checksum=305647377527a2827223065582dd8a9269e69866426b341699d55bb4e4d3cc71
python_version=3
case "$XBPS_TARGET_MACHINE" in
@ -30,7 +30,7 @@ do_configure() {
}
post_install() {
vdoc HOWTO
vdoc HOWTO.rst
for f in examples/*; do
vsconf "$f"
done