From e8ce4aac0addd34e6a816aa9f0472f61e46ea31e Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Wed, 27 Mar 2024 14:13:34 -0600 Subject: [PATCH] system/fio: Updated for version 3.37. Signed-off-by: Willy Sudiarto Raharjo --- system/fio/fio.SlackBuild | 6 +++--- system/fio/fio.info | 6 +++--- 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 +# Copyright 2023-2024 fourtysixandtwo # Copyright 2012 Binh Nguyen # Copyright 2015-2020 Brenton Earl # 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=""