summaryrefslogtreecommitdiffstats
path: root/development/hackrf/hackrf.SlackBuild
diff options
context:
space:
mode:
author Panagiotis Nikolaou2018-06-17 18:15:57 +0200
committer David Spencer2018-06-17 20:13:28 +0200
commit561f5311f3cdffd1f18448ee3edf1e4444dda553 (patch)
treeda47cb5f37fdb958b0d9828fbb96b95b98dc9b75 /development/hackrf/hackrf.SlackBuild
parentfc052fdc29f404393d862a05698dfbc0b406244c (diff)
downloadslackbuilds-561f5311f3cdffd1f18448ee3edf1e4444dda553.tar.gz
development/hackrf: Updated for version 20180430.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/hackrf/hackrf.SlackBuild')
-rw-r--r--development/hackrf/hackrf.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/hackrf/hackrf.SlackBuild b/development/hackrf/hackrf.SlackBuild
index 8908981fcd..341174393f 100644
--- a/development/hackrf/hackrf.SlackBuild
+++ b/development/hackrf/hackrf.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for hackrf
-# 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=hackrf
-VERSION=${VERSION:-20170228}
+VERSION=${VERSION:-20180430}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -66,7 +66,7 @@ fi
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 . \