diff options
author | Mario Preksavec <mario@slackware.hr> | 2017-01-08 17:52:58 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:17:34 +0000 |
commit | b26517043cdabde84786803741eb9cec7fc69406 (patch) | |
tree | 24dad49de635d1df7baa4c424a8aecba0197558b /network/c-toxcore/c-toxcore.SlackBuild | |
parent | fc59ea21bafe53eb7e633d6468bfa2a75bd54976 (diff) | |
download | slackbuilds-b26517043cdabde84786803741eb9cec7fc69406.tar.gz |
network/c-toxcore: Updated for version 0.1.3.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'network/c-toxcore/c-toxcore.SlackBuild')
-rw-r--r-- | network/c-toxcore/c-toxcore.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/c-toxcore/c-toxcore.SlackBuild b/network/c-toxcore/c-toxcore.SlackBuild index cf4778dd8d..5ab1c6894d 100644 --- a/network/c-toxcore/c-toxcore.SlackBuild +++ b/network/c-toxcore/c-toxcore.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for c-toxcore -# 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=c-toxcore -VERSION=${VERSION:-20161124_d6bad90} +VERSION=${VERSION:-0.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,7 +67,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 . \ |