diff options
author | Panagiotis Nikolaou <hostmaster@slackonly.com> | 2018-06-17 16:45:55 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-17 19:13:28 +0100 |
commit | fc052fdc29f404393d862a05698dfbc0b406244c (patch) | |
tree | 93b068370f5daed5cd8c99a8f4c2e0d9755f00ae /development/gr-osmosdr/gr-osmosdr.SlackBuild | |
parent | 3dfa4da43c3559d70a3c3f3f6a61ed9f8e42562c (diff) |
development/gr-osmosdr: Updated for version 20170612.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/gr-osmosdr/gr-osmosdr.SlackBuild')
-rw-r--r-- | development/gr-osmosdr/gr-osmosdr.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/gr-osmosdr/gr-osmosdr.SlackBuild b/development/gr-osmosdr/gr-osmosdr.SlackBuild index 1f76f09742931..8ec9fc13df25c 100644 --- a/development/gr-osmosdr/gr-osmosdr.SlackBuild +++ b/development/gr-osmosdr/gr-osmosdr.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gr-osmosdr -# Copyright 2015-2017 Panagiotis Nikolaou, Culver City, CA +# Copyright 2015-2018 Panagiotis Nikolaou, Culver City, CA # 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=gr-osmosdr -VERSION=${VERSION:-20170611} +VERSION=${VERSION:-20170612} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,7 +61,7 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvzf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |