mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
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>
This commit is contained in:
parent
af599fc946
commit
b7a5ade829
3 changed files with 6 additions and 6 deletions
|
@ -26,7 +26,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=fio
|
PRGNAM=fio
|
||||||
VERSION=${VERSION:-3.23}
|
VERSION=${VERSION:-3.29}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="fio"
|
PRGNAM="fio"
|
||||||
VERSION="3.23"
|
VERSION="3.29"
|
||||||
HOMEPAGE="http://git.kernel.dk/cgit/fio/"
|
HOMEPAGE="https://git.kernel.dk/cgit/fio/"
|
||||||
DOWNLOAD="http://brick.kernel.dk/snaps/fio-3.23.tar.gz"
|
DOWNLOAD="https://brick.kernel.dk/snaps/fio-3.29.tar.gz"
|
||||||
MD5SUM="497f8bad953723a8c4c46f2a58a13b24"
|
MD5SUM="340dceb63a9b7fe2d4cbcb1b3293b129"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
|
@ -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: The typical use of fio is to write a job file matching the io load
|
||||||
fio: one wants to simulate.
|
fio: one wants to simulate.
|
||||||
fio:
|
fio:
|
||||||
fio: Homepage: http://git.kernel.dk/cgit/fio/
|
fio: Homepage: https://git.kernel.dk/cgit/fio/
|
||||||
fio:
|
fio:
|
||||||
|
|
Loading…
Reference in a new issue