From f5d1ea596766cdf2268370baa69fe7b916c95d51 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sun, 2 Apr 2023 07:09:01 +0900 Subject: network/plastid: Fix github tarball handling. https://slackbuilds.org/GITHUB_URLs.txt This avoids having differently named tarballs based on whether the client respects content disposition headers or not. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- libraries/plastid/plastid.SlackBuild | 2 +- libraries/plastid/plastid.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libraries') diff --git a/libraries/plastid/plastid.SlackBuild b/libraries/plastid/plastid.SlackBuild index 0c71db68ff1cb..3bb55e3a254ad 100644 --- a/libraries/plastid/plastid.SlackBuild +++ b/libraries/plastid/plastid.SlackBuild @@ -72,7 +72,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$COMMIT -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$COMMIT.tar.gz cd $PRGNAM-$COMMIT chown -R root:root . find -L . \ diff --git a/libraries/plastid/plastid.info b/libraries/plastid/plastid.info index 0b04f54fd71e9..b5922ce6b989c 100644 --- a/libraries/plastid/plastid.info +++ b/libraries/plastid/plastid.info @@ -1,7 +1,7 @@ PRGNAM="plastid" VERSION="0.6.1" HOMEPAGE="https://github.com/joshuagryphon/plastid" -DOWNLOAD="https://github.com/joshuagryphon/plastid/archive/d97f239d73b3a7c2eff46f71928b777431891f90/plastid-0.6.1.tar.gz" +DOWNLOAD="https://github.com/joshuagryphon/plastid/archive/d97f239d73b3a7c2eff46f71928b777431891f90/plastid-d97f239d73b3a7c2eff46f71928b777431891f90.tar.gz" MD5SUM="48a01a3816a787a5fade529fbf1866c7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -- cgit v1.2.3