summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Andrew Clemons2024-02-17 04:31:03 +0100
committer Willy Sudiarto Raharjo2024-02-24 09:34:43 +0100
commit5b3daa9d4b1b4b89737a8d2f138c667ba53fab0f (patch)
tree3e98b6e65a99552f23a610b998d6433728bfa33e /system
parent925ba9aa9794916f58aaba14bef4f70f83c75f5c (diff)
downloadslackbuilds-5b3daa9d4b1b4b89737a8d2f138c667ba53fab0f.tar.gz
system/catatonit: Fix github tarball handling.
Respect the content disposition so that browser downloads and wget etc all produce the same, consistent source tarball name. https://slackbuilds.org/GITHUB_URLs.txt Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/catatonit/catatonit.SlackBuild2
-rw-r--r--system/catatonit/catatonit.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/system/catatonit/catatonit.SlackBuild b/system/catatonit/catatonit.SlackBuild
index 913ab8a303..97acc1d797 100644
--- a/system/catatonit/catatonit.SlackBuild
+++ b/system/catatonit/catatonit.SlackBuild
@@ -64,7 +64,7 @@ rm -rf "$PKG"
mkdir -p "$TMP" "$PKG" "$OUTPUT"
cd "$TMP"
rm -rf "$PRGNAM-$VERSION"
-tar xvf "$CWD/$PRGNAM-v$VERSION.tar.gz"
+tar xvf "$CWD/$PRGNAM-$VERSION.tar.gz"
cd "$PRGNAM-$VERSION"
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
diff --git a/system/catatonit/catatonit.info b/system/catatonit/catatonit.info
index c8c64a3e50..1f22c1770f 100644
--- a/system/catatonit/catatonit.info
+++ b/system/catatonit/catatonit.info
@@ -1,7 +1,7 @@
PRGNAM="catatonit"
VERSION="0.2.0"
HOMEPAGE="https://github.com/openSUSE/catatonit"
-DOWNLOAD="https://github.com/openSUSE/catatonit/archive/v0.2.0/catatonit-v0.2.0.tar.gz"
+DOWNLOAD="https://github.com/openSUSE/catatonit/archive/v0.2.0/catatonit-0.2.0.tar.gz"
MD5SUM="54724a67659bc9919354b27e46411222"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""