diff options
-rw-r--r-- | system/fio/fio.SlackBuild | 7 | ||||
-rw-r--r-- | system/fio/fio.info | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/system/fio/fio.SlackBuild b/system/fio/fio.SlackBuild index 3f02cfdf82..e8d7859655 100644 --- a/system/fio/fio.SlackBuild +++ b/system/fio/fio.SlackBuild @@ -2,6 +2,9 @@ # Slackware build script for fio +# Copyright 2015, Brenton Earl, <brent@exitstatusone.com>, Tooele, UT, USA +# All rights reserved. +# # Copyright 2012 Binh Nguyen <binhvng@gmail.com> # All rights reserved. # @@ -23,7 +26,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=fio -VERSION=${VERSION:-2.0.9} +VERSION=${VERSION:-2.2.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +63,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/system/fio/fio.info b/system/fio/fio.info index aa28a0e015..1c2d0757a3 100644 --- a/system/fio/fio.info +++ b/system/fio/fio.info @@ -1,10 +1,10 @@ PRGNAM="fio" -VERSION="2.0.9" +VERSION="2.2.9" HOMEPAGE="http://freecode.com/projects/fio" -DOWNLOAD="http://brick.kernel.dk/snaps/fio-2.0.9.tar.bz2" -MD5SUM="72e4c324c2bc2281cd8ba89a330d9aba" +DOWNLOAD="http://brick.kernel.dk/snaps/fio-2.2.9.tar.gz" +MD5SUM="6da5701f601373adba3e44f6f59d2984" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Binh Nguyen" -EMAIL="binhvng@gmail.com" +MAINTAINER="Brenton Earl" +EMAIL="brent@exitstatusone.com" |