summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author Antonio Leal2023-03-03 07:21:49 +0100
committer Willy Sudiarto Raharjo2023-03-04 02:06:26 +0100
commite712d034d1df49e202b8d51961138fcbd577ebec (patch)
treeb720f85c10f0dc199e94f7dbe4a4fa697ce50f8e /misc
parent82ecdd4d8080a144ccca70f3652bd03d6548529f (diff)
downloadslackbuilds-e712d034d1df49e202b8d51961138fcbd577ebec.tar.gz
misc/open-simh: Updated for version 86b19c7.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/open-simh/open-simh.SlackBuild7
-rw-r--r--misc/open-simh/open-simh.info6
2 files changed, 7 insertions, 6 deletions
diff --git a/misc/open-simh/open-simh.SlackBuild b/misc/open-simh/open-simh.SlackBuild
index ed4bad439f..d138faf4da 100644
--- a/misc/open-simh/open-simh.SlackBuild
+++ b/misc/open-simh/open-simh.SlackBuild
@@ -27,7 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=open-simh
SRCNAM=simh
-VERSION=${VERSION:-ce791138b5b5365105415a9a1cf4091d6e50a43d}
+VERSION=${VERSION:-86b19c7}
+COMMIT=${COMMIT:-86b19c767b681385cf276b498073ab6702d39591}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -72,9 +73,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $SRCNAM-$VERSION
+rm -rf $SRCNAM-$COMMIT
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
-cd $SRCNAM-$VERSION
+cd $SRCNAM-$COMMIT
chown -R root:root .
find -L . \
diff --git a/misc/open-simh/open-simh.info b/misc/open-simh/open-simh.info
index 8f1f59c0b7..f60a88cc8f 100644
--- a/misc/open-simh/open-simh.info
+++ b/misc/open-simh/open-simh.info
@@ -1,8 +1,8 @@
PRGNAM="open-simh"
-VERSION="ce791138b5b5365105415a9a1cf4091d6e50a43d"
+VERSION="86b19c7"
HOMEPAGE="https://opensimh.org"
-DOWNLOAD="https://github.com/simh/simh/archive/ce791138b5b5365105415a9a1cf4091d6e50a43d/simh-ce791138b5b5365105415a9a1cf4091d6e50a43d.tar.gz"
-MD5SUM="2c71c195efc39f69308663359830ea9d"
+DOWNLOAD="https://github.com/simh/simh/archive/86b19c7/simh-86b19c7.tar.gz"
+MD5SUM="9235cef4cedde0488d3a672b1cc13ee6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""