aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
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 ed4bad439f58b..d138faf4da402 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 8f1f59c0b7e16..f60a88cc8f8ff 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=""