aboutsummaryrefslogtreecommitdiff
path: root/development/gr-osmosdr/gr-osmosdr.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/gr-osmosdr/gr-osmosdr.SlackBuild')
-rw-r--r--development/gr-osmosdr/gr-osmosdr.SlackBuild6
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 . \