mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
ham/CubicSDR: Fix github tarball handling.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a1afa12593
commit
6033a9451b
2 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ cd ..
|
|||
|
||||
# build CubicSDR
|
||||
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$HASH.tar.gz
|
||||
mv $PRGNAM-$HASH $PRGNAM-$VERSION
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="CubicSDR"
|
||||
VERSION="d2f9333"
|
||||
HOMEPAGE="https://github.com/cjcliffe/CubicSDR/"
|
||||
DOWNLOAD="https://github.com/cjcliffe/CubicSDR/archive/d2f9333/CubicSDR-d2f9333.tar.gz \
|
||||
DOWNLOAD="https://github.com/cjcliffe/CubicSDR/archive/d2f93335236ef37557057d7b71c46969bec14471/CubicSDR-d2f93335236ef37557057d7b71c46969bec14471.tar.gz \
|
||||
https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.3/wxWidgets-3.1.3.tar.bz2"
|
||||
MD5SUM="c537c8c99b53ba70bfb4799a41d96209 \
|
||||
f4bfa03a071cc20efba84fbcef9533fd"
|
||||
|
|
Loading…
Reference in a new issue