diff options
author | Mario Preksavec <mario@slackware.hr> | 2017-01-08 17:53:32 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:17:34 +0000 |
commit | 14fd613bd0e0d99019d183e58e1d6240020ceac9 (patch) | |
tree | 442af740f20b3f53d73195d8365a0217b225edb0 /network/qTox/qTox.SlackBuild | |
parent | b26517043cdabde84786803741eb9cec7fc69406 (diff) |
network/qTox: Updated for version 1.7.1.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'network/qTox/qTox.SlackBuild')
-rw-r--r-- | network/qTox/qTox.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/qTox/qTox.SlackBuild b/network/qTox/qTox.SlackBuild index 05ad4b0a12b2..c8989cc1fef2 100644 --- a/network/qTox/qTox.SlackBuild +++ b/network/qTox/qTox.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for qTox -# Copyright 2015, 2016 Mario Preksavec, Zagreb, Croatia +# Copyright 2015, 2016, 2017 Mario Preksavec, Zagreb, Croatia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=qTox -VERSION=${VERSION:-20161126_8854589} +VERSION=${VERSION:-1.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,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 . \ |