diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-03-13 19:49:25 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-18 09:50:13 +0700 |
commit | 7d074674ae68ccaa868fa9128121db5cc1abb7cf (patch) | |
tree | 6d98f14348f78b0229a64c3b0ff5931910463e7c /misc | |
parent | 3c1603db1aebe98c3b1426f67f3454791ba53c48 (diff) |
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.SlackBuild | 2 | ||||
-rw-r--r-- | misc/open-simh/open-simh.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/open-simh/open-simh.SlackBuild b/misc/open-simh/open-simh.SlackBuild index d138faf4da40..3a362995ee99 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 f60a88cc8f8f..4ee4f96e94c0 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="" |