diff options
author | Brenton Earl <brent@exitstatusone.com> | 2016-07-30 07:07:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 07:07:58 +0700 |
commit | 927b20a517168ddbf9863756263e3320e7c74a62 (patch) | |
tree | b29d3a47ab73d4bb0d90350e46e92dec36af9964 /system/fio | |
parent | 6f13769ffe40164bb499035491b801730378abb7 (diff) | |
download | slackbuilds-927b20a517168ddbf9863756263e3320e7c74a62.tar.gz |
system/fio: Updated for version 2.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fio')
-rw-r--r-- | system/fio/fio.SlackBuild | 4 | ||||
-rw-r--r-- | system/fio/fio.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/fio/fio.SlackBuild b/system/fio/fio.SlackBuild index 0724cc83fc..6f022047ce 100644 --- a/system/fio/fio.SlackBuild +++ b/system/fio/fio.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for fio # Copyright 2012 Binh Nguyen <binhvng@gmail.com> -# Copyright 2015 Brenton Earl <brent@exitstatusone.com> +# Copyright 2015-2016 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:-2.2.13} +VERSION=${VERSION:-2.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/fio/fio.info b/system/fio/fio.info index e7adab12ab..c1068d70c6 100644 --- a/system/fio/fio.info +++ b/system/fio/fio.info @@ -1,8 +1,8 @@ PRGNAM="fio" -VERSION="2.2.13" +VERSION="2.13" HOMEPAGE="http://freecode.com/projects/fio" -DOWNLOAD="http://brick.kernel.dk/snaps/fio-2.2.13.tar.gz" -MD5SUM="fb3b8818cdd8d0a613d2a90ad1536b7f" +DOWNLOAD="http://brick.kernel.dk/snaps/fio-2.13.tar.gz" +MD5SUM="db7bec9884f88ab78f9a19c9b34f35df" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |