aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2023-12-03 19:05:44 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-09 07:50:05 +0700
commit99da4216da79713c9c2f9ca292b6fb29344107db (patch)
tree30a37dc2cfe00984e6775fa166eed887cffffaab /graphics
parent4e420f8bba3244d496cf1f4f57e0d49d7ee4c1e4 (diff)
graphics/stltools: 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 'graphics')
-rw-r--r--graphics/stltools/stltools.SlackBuild3
-rw-r--r--graphics/stltools/stltools.info2
2 files changed, 3 insertions, 2 deletions
diff --git a/graphics/stltools/stltools.SlackBuild b/graphics/stltools/stltools.SlackBuild
index 313fb329ca52f..2a8df3495f012 100644
--- a/graphics/stltools/stltools.SlackBuild
+++ b/graphics/stltools/stltools.SlackBuild
@@ -38,11 +38,12 @@ if [ -z "$ARCH" ]; then
esac
fi
-TMP=${TMP:-/tmp/SBo}
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
fi
+
+TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
diff --git a/graphics/stltools/stltools.info b/graphics/stltools/stltools.info
index 5a5f87b40d986..0000601166cb0 100644
--- a/graphics/stltools/stltools.info
+++ b/graphics/stltools/stltools.info
@@ -1,7 +1,7 @@
PRGNAM="stltools"
VERSION="2022.01.20"
HOMEPAGE="https://rsmith.home.xs4all.nl/software/stltools.html"
-DOWNLOAD="https://github.com/rsmith-nl/stltools/archive/refs/tags/2022.01.20.tar.gz"
+DOWNLOAD="https://github.com/rsmith-nl/stltools/archive/2022.01.20/stltools-2022.01.20.tar.gz"
MD5SUM="d67aa58bb5cb50bd5967d146a3df762e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""