diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-04-02 07:09:01 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-08 09:16:30 +0700 |
commit | f5d1ea596766cdf2268370baa69fe7b916c95d51 (patch) | |
tree | 0bac91c7c814dec9e0b34333a350411b417257ce /libraries | |
parent | bdea0a2475ce26569f84c7605a6c9843b4c9f052 (diff) |
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 <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/plastid/plastid.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/plastid/plastid.info | 2 |
2 files changed, 2 insertions, 2 deletions
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="" |