network/XD: 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:
Andrew Clemons 2022-02-06 12:48:34 +13:00 committed by Willy Sudiarto Raharjo
parent ab950a9ac4
commit 70f7b78250
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/v$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="XD"
VERSION="0.3.4"
HOMEPAGE="https://github.com/majestrate/XD"
DOWNLOAD="https://github.com/majestrate/XD/archive/v0.3.4.tar.gz"
DOWNLOAD="https://github.com/majestrate/XD/archive/v0.3.4/XD-0.3.4.tar.gz"
MD5SUM="e68c243f875de6e791ef27b5564f1bb6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""