From 62ac20e034347a38f346d130599408e9c15c2dda Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 8 Apr 2022 15:46:34 +0200 Subject: [PATCH] fio: update to 3.30. --- srcpkgs/fio/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/fio/template b/srcpkgs/fio/template index e5b15d2b69..9bbb31a857 100644 --- a/srcpkgs/fio/template +++ b/srcpkgs/fio/template @@ -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 " 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