diff options
author | SmurfDaddy <antonioleal@yahoo.com> | 2024-05-13 22:11:14 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-14 22:41:38 +0700 |
commit | e95976b603f45303bee9464e11338eb8fb817549 (patch) | |
tree | fb85fcba0ca57f2c436667ebe3d98b71db11be00 /misc | |
parent | 6ce0bf6e17f8e667f4b17d8dcc1f51be63a325b7 (diff) |
misc/open-simh: Updated for version 20240315_ffe537a.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rwxr-xr-x[-rw-r--r--] | misc/open-simh/open-simh.SlackBuild | 6 | ||||
-rw-r--r-- | misc/open-simh/open-simh.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/open-simh/open-simh.SlackBuild b/misc/open-simh/open-simh.SlackBuild index 19564929d1d2..50a7eacc62cd 100644..100755 --- a/misc/open-simh/open-simh.SlackBuild +++ b/misc/open-simh/open-simh.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Open-SimH -# Copyright 2023 Antonio Leal, Porto Salvo, Oeiras, Portugal +# Copyright 2023-2024 Antonio Leal, Porto Salvo, Oeiras, Portugal # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,8 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=open-simh SRCNAM=simh -VERSION=${VERSION:-a588496} -COMMIT=${COMMIT:-a58849613bfaffa7b600269db018edcdb2978bf9} +VERSION=${VERSION:-20240315_ffe537a} +COMMIT=${COMMIT:-ffe537a621d36bcf2e4d63b8b9ac3163929b57a9} 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 785de24d71a3..08a3fcc41735 100644 --- a/misc/open-simh/open-simh.info +++ b/misc/open-simh/open-simh.info @@ -1,8 +1,8 @@ PRGNAM="open-simh" -VERSION="a588496" +VERSION="20240315_ffe537a" HOMEPAGE="https://opensimh.org" -DOWNLOAD="https://github.com/open-simh/simh/archive/a588496/simh-a58849613bfaffa7b600269db018edcdb2978bf9.tar.gz" -MD5SUM="d4b1cf5daca76eb8e16f3264117ced07" +DOWNLOAD="https://github.com/open-simh/simh/archive/ffe537a/simh-ffe537a621d36bcf2e4d63b8b9ac3163929b57a9.tar.gz" +MD5SUM="720089dcb28e7d28dca0b9a8b5c92e59" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |