aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2025-09-11 12:38:06 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-09-13 07:58:00 +0700
commitb4dd8b776646519c4b94e918a58f59c4c90a961d (patch)
tree978d9d5f2d543ddbe4dc31d928ad00df78b0e9b4
parentb4190c1796e53701fd07f4a9dcb9c0142ef6a0b4 (diff)
system/fio: Updated for version 3.41.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/fio/fio.SlackBuild3
-rw-r--r--system/fio/fio.info6
2 files changed, 5 insertions, 4 deletions
diff --git a/system/fio/fio.SlackBuild b/system/fio/fio.SlackBuild
index 70a9faf7e6..abe08c88eb 100644
--- a/system/fio/fio.SlackBuild
+++ b/system/fio/fio.SlackBuild
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fio
-VERSION=${VERSION:-3.40}
+VERSION=${VERSION:-3.41}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -97,6 +97,7 @@ make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+mv -v $PKG/usr/share/man $PKG/usr
find $PKG/usr/man -type f -exec gzip -9 {} \+
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
diff --git a/system/fio/fio.info b/system/fio/fio.info
index 1505965fb3..14b8d4247e 100644
--- a/system/fio/fio.info
+++ b/system/fio/fio.info
@@ -1,8 +1,8 @@
PRGNAM="fio"
-VERSION="3.40"
+VERSION="3.41"
HOMEPAGE="https://git.kernel.dk/cgit/fio/"
-DOWNLOAD="https://brick.kernel.dk/snaps/fio-3.40.tar.gz"
-MD5SUM="674a1aa0dc1122a19b2b88a901bb1761"
+DOWNLOAD="https://brick.kernel.dk/snaps/fio-3.41.tar.gz"
+MD5SUM="3cd7ea766be83b560a14c909cdd35889"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""