system/fio: Updated for version 3.5.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Brenton Earl 2018-03-07 11:53:30 +00:00 committed by Willy Sudiarto Raharjo
parent 629eed54eb
commit 00fb184b99
2 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for fio # Slackware build script for fio
# Copyright 2012 Binh Nguyen <binhvng@gmail.com> # Copyright 2012 Binh Nguyen <binhvng@gmail.com>
# Copyright 2015-2017 Brenton Earl <brent@exitstatusone.com> # Copyright 2015-2018 Brenton Earl <brent@exitstatusone.com>
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fio PRGNAM=fio
VERSION=${VERSION:-3.0} VERSION=${VERSION:-3.5}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="fio" PRGNAM="fio"
VERSION="3.0" VERSION="3.5"
HOMEPAGE="http://git.kernel.dk/cgit/fio/" HOMEPAGE="http://git.kernel.dk/cgit/fio/"
DOWNLOAD="http://brick.kernel.dk/snaps/fio-3.0.tar.gz" DOWNLOAD="http://brick.kernel.dk/snaps/fio-3.5.tar.gz"
MD5SUM="2687c1262751f20a8e81df4ad6b8bad6" MD5SUM="ad9f143754d6bf843658cd9d05b19d3a"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""