diff options
author | Antonio Leal <antonio.leal@yahoo.com> | 2024-02-12 10:39:30 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-12 19:44:14 +0700 |
commit | f14a76fd24c5f9c20eeed49f928b2bbee872677d (patch) | |
tree | e52867e1966395754cff6c38a467e27c6789d208 /misc/open-simh/open-simh.SlackBuild | |
parent | 01faf46393c5b1a21222a381ecaa5ab4dfbacb8e (diff) |
misc/open-simh: Updated for version 1a1396d.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/open-simh/open-simh.SlackBuild')
-rwxr-xr-x[-rw-r--r--] | misc/open-simh/open-simh.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/open-simh/open-simh.SlackBuild b/misc/open-simh/open-simh.SlackBuild index 3615df40f9..570fd32cdf 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:-c077c22} -COMMIT=${COMMIT:-c077c22d24bc5feda3a106c53d604923af19e14d} +VERSION=${VERSION:-1a1396d} +COMMIT=${COMMIT:-1a1396d0bac99ae56b5aa260f3bc1885632becd4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |