summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author Andrew Clemons2023-03-13 11:49:25 +0100
committer Willy Sudiarto Raharjo2023-03-18 03:50:13 +0100
commit7d074674ae68ccaa868fa9128121db5cc1abb7cf (patch)
tree6d98f14348f78b0229a64c3b0ff5931910463e7c /misc
parent3c1603db1aebe98c3b1426f67f3454791ba53c48 (diff)
downloadslackbuilds-7d074674ae68ccaa868fa9128121db5cc1abb7cf.tar.gz
misc/open-simh: 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 'misc')
-rw-r--r--misc/open-simh/open-simh.SlackBuild2
-rw-r--r--misc/open-simh/open-simh.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/open-simh/open-simh.SlackBuild b/misc/open-simh/open-simh.SlackBuild
index d138faf4da..3a362995ee 100644
--- a/misc/open-simh/open-simh.SlackBuild
+++ b/misc/open-simh/open-simh.SlackBuild
@@ -74,7 +74,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$COMMIT
-tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
+tar xvf $CWD/$SRCNAM-$COMMIT.tar.gz
cd $SRCNAM-$COMMIT
chown -R root:root .
diff --git a/misc/open-simh/open-simh.info b/misc/open-simh/open-simh.info
index f60a88cc8f..4ee4f96e94 100644
--- a/misc/open-simh/open-simh.info
+++ b/misc/open-simh/open-simh.info
@@ -1,7 +1,7 @@
PRGNAM="open-simh"
VERSION="86b19c7"
HOMEPAGE="https://opensimh.org"
-DOWNLOAD="https://github.com/simh/simh/archive/86b19c7/simh-86b19c7.tar.gz"
+DOWNLOAD="https://github.com/simh/simh/archive/86b19c7/simh-86b19c767b681385cf276b498073ab6702d39591.tar.gz"
MD5SUM="9235cef4cedde0488d3a672b1cc13ee6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""