diff options
Diffstat (limited to 'ham/SDRPlay/SDRPlay.SlackBuild')
-rw-r--r-- | ham/SDRPlay/SDRPlay.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ham/SDRPlay/SDRPlay.SlackBuild b/ham/SDRPlay/SDRPlay.SlackBuild index e6fe2e9437..c32ee5a75e 100644 --- a/ham/SDRPlay/SDRPlay.SlackBuild +++ b/ham/SDRPlay/SDRPlay.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for SDRPlay -# 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=SDRPlay -VERSION=${VERSION:-2.10.2} +VERSION=${VERSION:-2.13.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -VERS="2.10" +VERS="2.13" mkdir -p $PKG/usr/lib$LIBDIRSUFFIX install -m644 ${ARCH}/libmirsdrapi-rsp.so.${VERS} $PKG/usr/lib$LIBDIRSUFFIX |