aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2024-02-17 12:31:03 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-24 15:34:43 +0700
commit5b3daa9d4b1b4b89737a8d2f138c667ba53fab0f (patch)
tree3e98b6e65a99552f23a610b998d6433728bfa33e
parent925ba9aa9794916f58aaba14bef4f70f83c75f5c (diff)
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>
-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 913ab8a303a8..97acc1d7976d 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 c8c64a3e500e..1f22c1770fba 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=""