summaryrefslogtreecommitdiffstats
path: root/ham/CubicSDR/CubicSDR.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'ham/CubicSDR/CubicSDR.SlackBuild')
-rw-r--r--ham/CubicSDR/CubicSDR.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/ham/CubicSDR/CubicSDR.SlackBuild b/ham/CubicSDR/CubicSDR.SlackBuild
index fac6a9ad18..11fef3bb6a 100644
--- a/ham/CubicSDR/CubicSDR.SlackBuild
+++ b/ham/CubicSDR/CubicSDR.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for CubicSDR
-# 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,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=CubicSDR
-VERSION=${VERSION:-0.2.2}
+VERSION=${VERSION:-d2f9333}
+HASH=${HASH:-d2f93335236ef37557057d7b71c46969bec14471}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -68,7 +69,7 @@ cd $PRGNAM-$VERSION
STATICWXWIDGETS_DESTDIR=$TMP/$PRGNAM-$VERSION/wxWidgets-staticlib
mkdir -p $STATICWXWIDGETS_DESTDIR
-VERWXWIDGETS=${VERWXWIDGETS:-3.1.0}
+VERWXWIDGETS=${VERWXWIDGETS:-3.1.3}
tar xvf $CWD/wxWidgets-$VERWXWIDGETS.tar.bz2
cd wxWidgets-$VERWXWIDGETS
@@ -108,6 +109,7 @@ cd ..
# build CubicSDR
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+mv $PRGNAM-$HASH $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \