system/fio: Updated for version 3.19.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f2fa5fc79e
commit
f914ec8933
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for fio
|
||||
|
||||
# Copyright 2012 Binh Nguyen <binhvng@gmail.com>
|
||||
# Copyright 2015-2019 Brenton Earl <brent@exitstatusone.com>
|
||||
# Copyright 2015-2020 Brenton Earl <brent@exitstatusone.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=fio
|
||||
VERSION=${VERSION:-3.14}
|
||||
VERSION=${VERSION:-3.19}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="fio"
|
||||
VERSION="3.14"
|
||||
VERSION="3.19"
|
||||
HOMEPAGE="http://git.kernel.dk/cgit/fio/"
|
||||
DOWNLOAD="http://brick.kernel.dk/snaps/fio-3.14.tar.gz"
|
||||
MD5SUM="54eabdbcaac1d0d1edcd8a3bb6c927fc"
|
||||
DOWNLOAD="http://brick.kernel.dk/snaps/fio-3.19.tar.gz"
|
||||
MD5SUM="d163747d8f624f9d899d84b0b47bbeb9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue