ham/CubicSDR: Fix github tarball handling.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2022-03-04 13:04:21 +13:00
parent c2d6d2c883
commit 4b6897af17
No known key found for this signature in database
GPG key ID: CD26380FFACBDA2B
2 changed files with 2 additions and 2 deletions

View file

@ -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 . \

View file

@ -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"