diff options
author | Antonio Leal <antonioleal@yahoo.com> | 2023-03-03 06:21:49 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-04 08:06:26 +0700 |
commit | e712d034d1df49e202b8d51961138fcbd577ebec (patch) | |
tree | b720f85c10f0dc199e94f7dbe4a4fa697ce50f8e /misc | |
parent | 82ecdd4d8080a144ccca70f3652bd03d6548529f (diff) |
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.SlackBuild | 7 | ||||
-rw-r--r-- | misc/open-simh/open-simh.info | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/misc/open-simh/open-simh.SlackBuild b/misc/open-simh/open-simh.SlackBuild index ed4bad439f58..d138faf4da40 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 8f1f59c0b7e1..f60a88cc8f8f 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="" |