diff options
author | Antonio Leal <antonio.leal@yahoo.com> | 2024-02-19 22:44:52 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-23 10:14:22 +0700 |
commit | 1c4ca692aef1b40f7b1c4bc781ea223eb2c62a7e (patch) | |
tree | 699963b3e358f04118affb5599cd7f243dbe3d6e | |
parent | 254171d03e6f2249d281b6ef07b54b736fb24a14 (diff) |
misc/open-simh: Update for version a588496.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rwxr-xr-x[-rw-r--r--] | misc/open-simh/open-simh.SlackBuild | 4 | ||||
-rw-r--r-- | misc/open-simh/open-simh.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/open-simh/open-simh.SlackBuild b/misc/open-simh/open-simh.SlackBuild index 570fd32cdf71..19564929d1d2 100644..100755 --- a/misc/open-simh/open-simh.SlackBuild +++ b/misc/open-simh/open-simh.SlackBuild @@ -27,8 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=open-simh SRCNAM=simh -VERSION=${VERSION:-1a1396d} -COMMIT=${COMMIT:-1a1396d0bac99ae56b5aa260f3bc1885632becd4} +VERSION=${VERSION:-a588496} +COMMIT=${COMMIT:-a58849613bfaffa7b600269db018edcdb2978bf9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/misc/open-simh/open-simh.info b/misc/open-simh/open-simh.info index 969bd104ffca..785de24d71a3 100644 --- a/misc/open-simh/open-simh.info +++ b/misc/open-simh/open-simh.info @@ -1,8 +1,8 @@ PRGNAM="open-simh" -VERSION="1a1396d" +VERSION="a588496" HOMEPAGE="https://opensimh.org" -DOWNLOAD="https://github.com/open-simh/simh/archive/1a1396d/simh-1a1396d0bac99ae56b5aa260f3bc1885632becd4.tar.gz" -MD5SUM="4cd34c1507ecb224f54969704eeed7dd" +DOWNLOAD="https://github.com/open-simh/simh/archive/a588496/simh-a58849613bfaffa7b600269db018edcdb2978bf9.tar.gz" +MD5SUM="d4b1cf5daca76eb8e16f3264117ced07" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |