summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2024-03-27 14:13:34 -0600
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-03-30 09:39:49 +0700
commite8ce4aac0addd34e6a816aa9f0472f61e46ea31e (patch)
tree10cf9044e308f4d3e90c6eb95781fc912a9ef358
parent905bd4f4b3decb681e41183fa2afcb83e76afe39 (diff)
downloadslackbuilds-e8ce4aac0addd34e6a816aa9f0472f61e46ea31e.tar.gz
slackbuilds-e8ce4aac0addd34e6a816aa9f0472f61e46ea31e.tar.xz
system/fio: Updated for version 3.37.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/fio/fio.SlackBuild6
-rw-r--r--system/fio/fio.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/system/fio/fio.SlackBuild b/system/fio/fio.SlackBuild
index c777b1adc3..83a120bd8f 100644
--- a/system/fio/fio.SlackBuild
+++ b/system/fio/fio.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for fio
-# Copyright 2023 fourtysixandtwo <fourtysixandtwo@sliderr.net>
+# Copyright 2023-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# Copyright 2012 Binh Nguyen <binhvng@gmail.com>
# Copyright 2015-2020 Brenton Earl <brent@exitstatusone.com>
# All rights reserved.
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fio
-VERSION=${VERSION:-3.36}
+VERSION=${VERSION:-3.37}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -97,7 +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
-find $PKG/usr/man -type f -exec gzip -9 {} \;
+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
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/system/fio/fio.info b/system/fio/fio.info
index 3d26e6da05..45299ffafa 100644
--- a/system/fio/fio.info
+++ b/system/fio/fio.info
@@ -1,8 +1,8 @@
PRGNAM="fio"
-VERSION="3.36"
+VERSION="3.37"
HOMEPAGE="https://git.kernel.dk/cgit/fio/"
-DOWNLOAD="https://brick.kernel.dk/snaps/fio-3.36.tar.gz"
-MD5SUM="5db0f287a8445cde1918171b19632560"
+DOWNLOAD="https://brick.kernel.dk/snaps/fio-3.37.tar.gz"
+MD5SUM="f762d75c1fb7df762a1f6a27d395f359"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""