system/86box: Updated for version 4.2.1.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2024-09-25 01:30:21 -04:00 committed by Willy Sudiarto Raharjo
parent 28ae0e4f71
commit 90e7d8e049
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 9 additions and 8 deletions

View file

@ -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}

View file

@ -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"

View file

@ -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.