diff options
author | Panagiotis Nikolaou <hostmaster@slackonly.com> | 2018-06-17 17:15:57 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-17 19:13:28 +0100 |
commit | 561f5311f3cdffd1f18448ee3edf1e4444dda553 (patch) | |
tree | da47cb5f37fdb958b0d9828fbb96b95b98dc9b75 /development/hackrf/hackrf.SlackBuild | |
parent | fc052fdc29f404393d862a05698dfbc0b406244c (diff) | |
download | slackbuilds-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.SlackBuild | 6 |
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 . \ |