summaryrefslogtreecommitdiffstats
path: root/ham
diff options
context:
space:
mode:
author Andrew Clemons2022-03-04 01:04:21 +0100
committer Andrew Clemons2022-03-04 12:18:21 +0100
commit4b6897af1711e40dbad463a800320b27b970d2ae (patch)
tree40644c582e5aee9bf3a82f12e2ff5b44b1690393 /ham
parentc2d6d2c8839898f0c2d52305cded36a135bfdfd5 (diff)
downloadslackbuilds-4b6897af1711e40dbad463a800320b27b970d2ae.tar.gz
ham/CubicSDR: Fix github tarball handling.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'ham')
-rw-r--r--ham/CubicSDR/CubicSDR.SlackBuild2
-rw-r--r--ham/CubicSDR/CubicSDR.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/ham/CubicSDR/CubicSDR.SlackBuild b/ham/CubicSDR/CubicSDR.SlackBuild
index c6906c70c5..9370235c5c 100644
--- a/ham/CubicSDR/CubicSDR.SlackBuild
+++ b/ham/CubicSDR/CubicSDR.SlackBuild
@@ -116,7 +116,7 @@ cd ..
# build CubicSDR
-tar xvf $CWD/$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/ham/CubicSDR/CubicSDR.info b/ham/CubicSDR/CubicSDR.info
index 6b2964393b..df7d9a9b34 100644
--- a/ham/CubicSDR/CubicSDR.info
+++ b/ham/CubicSDR/CubicSDR.info
@@ -1,7 +1,7 @@
PRGNAM="CubicSDR"
VERSION="0.2.7"
HOMEPAGE="https://github.com/cjcliffe/CubicSDR/"
-DOWNLOAD="https://github.com/cjcliffe/CubicSDR/archive/0.2.7.tar.gz \
+DOWNLOAD="https://github.com/cjcliffe/CubicSDR/archive/0.2.7/CubicSDR-0.2.7.tar.gz \
https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.5/wxWidgets-3.1.5.tar.bz2"
MD5SUM="6e4cfeab14d9ec54daaed6079a5312ae \
8b2ac42364a02bb5f3df22e1b1a517e5"