network/felinks: 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-03-05 10:59:39 +13:00 committed by Willy Sudiarto Raharjo
parent f5960c124a
commit 0d4bbb3690
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$COMMIT
tar xvf $CWD/$PRGNAM-$COMMIT.tar.?z
tar xvf $CWD/$SRCNAM-$COMMIT.tar.?z
cd $SRCNAM-$COMMIT
chown -R root:root .
find -L . \

View file

@ -1,7 +1,7 @@
PRGNAM="felinks"
VERSION="08da1d8"
HOMEPAGE="https://github.com/rkd77/felinks"
DOWNLOAD="https://github.com/rkd77/felinks/archive/08da1d87eb74e082ca7aae8c81d2518a4415f3a7/felinks-08da1d87eb74e082ca7aae8c81d2518a4415f3a7.tar.gz"
DOWNLOAD="https://github.com/rkd77/felinks/archive/08da1d87eb74e082ca7aae8c81d2518a4415f3a7/elinks-08da1d87eb74e082ca7aae8c81d2518a4415f3a7.tar.gz"
MD5SUM="58032b24cc7fea37ca6afeffd15d4d54"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""