diff options
-rw-r--r-- | system/86box/86box.SlackBuild | 3 | ||||
-rw-r--r-- | system/86box/86box.info | 10 | ||||
-rw-r--r-- | system/86box/README | 4 |
3 files changed, 9 insertions, 8 deletions
diff --git a/system/86box/86box.SlackBuild b/system/86box/86box.SlackBuild index 07125b84af..c859af6ace 100644 --- a/system/86box/86box.SlackBuild +++ b/system/86box/86box.SlackBuild @@ -23,6 +23,7 @@ # The other frontends are mac/windows only. # Anyway, it has a nice Qt GUI, I don't see why it needs a frontend. +# 20240925 bkw: update for v4.2.1. # 20240812 bkw: update for v4.2. # 20240311 bkw: update for v4.1. @@ -33,7 +34,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=86box SRCNAM=86Box -VERSION=${VERSION:-4.2} +VERSION=${VERSION:-4.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/86box/86box.info b/system/86box/86box.info index 4be09a7186..811fa49f9b 100644 --- a/system/86box/86box.info +++ b/system/86box/86box.info @@ -1,10 +1,10 @@ PRGNAM="86box" -VERSION="4.2" +VERSION="4.2.1" HOMEPAGE="https://86box.net/" -DOWNLOAD="https://github.com/86Box/86Box/archive/v4.2/86Box-4.2.tar.gz \ - https://github.com/86Box/roms/archive/v4.2/roms-4.2.tar.gz" -MD5SUM="a9c9bffbac22e5ea1dd3cfe672eb7f83 \ - d019e36ad71665abc54044c77513fef1" +DOWNLOAD="https://github.com/86Box/86Box/archive/v4.2.1/86Box-4.2.1.tar.gz \ + https://github.com/86Box/roms/archive/v4.2.1/roms-4.2.1.tar.gz" +MD5SUM="80067d3f51df6c693e699eeba3249d8e \ + 1c337b77aeaca8005a56b3434e94c41a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libslirp" diff --git a/system/86box/README b/system/86box/README index 1dd2c54f7e..41469b1f1a 100644 --- a/system/86box/README +++ b/system/86box/README @@ -27,6 +27,6 @@ Full documentation is available at: https://86box.readthedocs.io/en/latest/index.html Optional dependency: rtmidi (autodetected). If rtmidi is installed -at build time, 86box will be buit with support for it. If you have +at build time, 86box will be built with support for it. If you have rtmidi installed but want to build without it, export RTMIDI=no in the -environment. +environment. MIDI will still work without rtmidi. |