summaryrefslogtreecommitdiffstats
path: root/network/qTox/qTox.SlackBuild
diff options
context:
space:
mode:
author Mario Preksavec2017-01-08 17:53:32 +0100
committer David Spencer2017-01-09 21:17:34 +0100
commit14fd613bd0e0d99019d183e58e1d6240020ceac9 (patch)
tree442af740f20b3f53d73195d8365a0217b225edb0 /network/qTox/qTox.SlackBuild
parentb26517043cdabde84786803741eb9cec7fc69406 (diff)
downloadslackbuilds-14fd613bd0e0d99019d183e58e1d6240020ceac9.tar.gz
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.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/qTox/qTox.SlackBuild b/network/qTox/qTox.SlackBuild
index 05ad4b0a12..c8989cc1fe 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 . \