diff options
-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 19564929d1..50a7eacc62 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 785de24d71..08a3fcc417 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="" |