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 | |
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')
-rw-r--r-- | development/hackrf/README | 8 | ||||
-rw-r--r-- | development/hackrf/hackrf.SlackBuild | 6 | ||||
-rw-r--r-- | development/hackrf/hackrf.info | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/development/hackrf/README b/development/hackrf/README index 1135bd535d..6f721559b1 100644 --- a/development/hackrf/README +++ b/development/hackrf/README @@ -1,9 +1,9 @@ -This is the host software for hackrf, a project to produce +This is the host software for hackrf, a project to produce a low cost, open source software radio platform. -Below are some paramaters that can be passed to the slackbuild +Below are some paramaters that can be passed to the slackbuild to turn on some optional components. -RULES=yes|no (Default is no) In order to be able to use the -dongle as a non-root user, you may install the appropriate +RULES=yes|no (Default is no) In order to be able to use the +dongle as a non-root user, you may install the appropriate udev rules 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 . \ diff --git a/development/hackrf/hackrf.info b/development/hackrf/hackrf.info index d2a2cfaa01..6dea81c261 100644 --- a/development/hackrf/hackrf.info +++ b/development/hackrf/hackrf.info @@ -1,8 +1,8 @@ PRGNAM="hackrf" -VERSION="20170228" +VERSION="20180430" HOMEPAGE="https://github.com/mossmann/hackrf" -DOWNLOAD="https://master.dl.sourceforge.net/project/slackbuildsdirectlinks/hackrf/hackrf-20170228.tar.gz" -MD5SUM="f8f92a6ed44af55e4b130bb45dd5ff17" +DOWNLOAD="https://master.dl.sourceforge.net/project/slackbuildsdirectlinks/hackrf/hackrf-20180430.tar.bz2" +MD5SUM="dac360dca7f0e6896aaa4b7ba34af3a6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |