diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-05 16:58:58 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-06 15:47:05 +0700 |
commit | b7a5ade829955e9f4185bb59e2d1c836de82f21c (patch) | |
tree | 83b7116dac8e2f1a54576479f0ab48dd62458a2e /system/fio | |
parent | af599fc9462de4c2859dbd373b81490ed3b6122c (diff) |
system/fio: Updated for version 3.29.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fio')
-rw-r--r-- | system/fio/fio.SlackBuild | 2 | ||||
-rw-r--r-- | system/fio/fio.info | 8 | ||||
-rw-r--r-- | system/fio/slack-desc | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/system/fio/fio.SlackBuild b/system/fio/fio.SlackBuild index 4d6f75b72f7a6..f66f43c80e858 100644 --- a/system/fio/fio.SlackBuild +++ b/system/fio/fio.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fio -VERSION=${VERSION:-3.23} +VERSION=${VERSION:-3.29} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/fio/fio.info b/system/fio/fio.info index 9fec576b28110..5ac43a5526244 100644 --- a/system/fio/fio.info +++ b/system/fio/fio.info @@ -1,8 +1,8 @@ PRGNAM="fio" -VERSION="3.23" -HOMEPAGE="http://git.kernel.dk/cgit/fio/" -DOWNLOAD="http://brick.kernel.dk/snaps/fio-3.23.tar.gz" -MD5SUM="497f8bad953723a8c4c46f2a58a13b24" +VERSION="3.29" +HOMEPAGE="https://git.kernel.dk/cgit/fio/" +DOWNLOAD="https://brick.kernel.dk/snaps/fio-3.29.tar.gz" +MD5SUM="340dceb63a9b7fe2d4cbcb1b3293b129" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/system/fio/slack-desc b/system/fio/slack-desc index 259f5d678afee..4157a27c53423 100644 --- a/system/fio/slack-desc +++ b/system/fio/slack-desc @@ -15,5 +15,5 @@ fio: otherwise parameters given to them overriding that setting is given. fio: The typical use of fio is to write a job file matching the io load fio: one wants to simulate. fio: -fio: Homepage: http://git.kernel.dk/cgit/fio/ +fio: Homepage: https://git.kernel.dk/cgit/fio/ fio: |