diff options
author | Alan Aversa <alan.aveNOrsaSP@AMcox.net (remove NO and SPAM)> | 2020-04-02 00:40:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-02 00:40:06 +0700 |
commit | 66acd16879a085597fa60692e4d42dccb85ed87d (patch) | |
tree | 0403f0bba37e96a6bb782cc513260cd64fd3bc27 /ham | |
parent | fa4858143837677b6bdd8ad0e5d24758692de56f (diff) | |
download | slackbuilds-66acd16879a085597fa60692e4d42dccb85ed87d.tar.gz |
ham/SoapyRemote: Added (Remote support for Soapy SDR).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham')
-rw-r--r-- | ham/SoapyRemote/SoapyRemote.SlackBuild | 4 | ||||
-rw-r--r-- | ham/SoapyRemote/SoapyRemote.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ham/SoapyRemote/SoapyRemote.SlackBuild b/ham/SoapyRemote/SoapyRemote.SlackBuild index d3a8cf23d1..9365116325 100644 --- a/ham/SoapyRemote/SoapyRemote.SlackBuild +++ b/ham/SoapyRemote/SoapyRemote.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for SoapyRemote -# Copyright 2017 Alan Aversa USA +# Copyright 2020 Alan Aversa USA # 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=SoapyRemote -VERSION=${VERSION:-0.4.2} +VERSION=${VERSION:-0.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/ham/SoapyRemote/SoapyRemote.info b/ham/SoapyRemote/SoapyRemote.info index 2718c84ed4..d2459f192c 100644 --- a/ham/SoapyRemote/SoapyRemote.info +++ b/ham/SoapyRemote/SoapyRemote.info @@ -1,8 +1,8 @@ PRGNAM="SoapyRemote" -VERSION="0.4.2" +VERSION="0.5.1" HOMEPAGE="https://github.com/pothosware/SoapyRemote" -DOWNLOAD="https://github.com/pothosware/SoapyRemote/archive/soapy-remote-0.4.2/SoapyRemote-soapy-remote-0.4.2.tar.gz" -MD5SUM="8068692459939f1e9ed0e833535468ce" +DOWNLOAD="https://github.com/pothosware/SoapyRemote/archive/soapy-remote-0.5.1/SoapyRemote-soapy-remote-0.5.1.tar.gz" +MD5SUM="ce017cf0bb53568e0684ee023366a95f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SoapySDR" |