mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
ham/SoapySDRPlay: Updated for version 0.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2d41156787
commit
fa48581438
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for SoapySDRPlay
|
||||
|
||||
# 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=SoapySDRPlay
|
||||
VERSION=${VERSION:-0.1.0}
|
||||
VERSION=${VERSION:-0.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="SoapySDRPlay"
|
||||
VERSION="0.1.0"
|
||||
VERSION="0.2.0"
|
||||
HOMEPAGE="https://github.com/pothosware/SoapySDRPlay"
|
||||
DOWNLOAD="https://github.com/pothosware/SoapySDRPlay/archive/soapy-sdrplay-0.1.0/SoapySDRPlay-soapy-sdrplay-0.1.0.tar.gz"
|
||||
MD5SUM="e488245671b9b2af603aa30c2007675f"
|
||||
DOWNLOAD="https://github.com/pothosware/SoapySDRPlay/archive/soapy-sdrplay-0.2.0/SoapySDRPlay-soapy-sdrplay-0.2.0.tar.gz"
|
||||
MD5SUM="92499f2c4777255d78794cf9eafee282"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SoapySDR SDRPlay"
|
||||
|
|
Loading…
Reference in a new issue