Update mame to 0.237.

The build system now uses Python 3.
This commit is contained in:
fcambus 2021-10-28 08:05:14 +00:00
parent 98a2835d02
commit 3f8f0f22c5
2 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.55 2021/10/26 11:27:42 fcambus Exp $
# $OpenBSD: Makefile,v 1.56 2021/10/28 08:05:14 fcambus Exp $
BROKEN-i386 = broken on 32-bit; enum in src/frontend/mame/ui/videoopt.h starting at 0x80000000
ONLY_FOR_ARCHS = amd64 i386
@ -8,7 +8,7 @@ USE_WXNEEDED = Yes
COMMENT = Multiple Arcade Machine Emulator
V = 236
V = 237
GH_ACCOUNT = mamedev
GH_PROJECT = mame
GH_TAGNAME = mame0${V}
@ -29,7 +29,6 @@ COMPILER = base-clang ports-gcc base-gcc
MODULES = lang/lua \
lang/python
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2}
MODLUA_VERSION = 5.3

View File

@ -1,2 +1,2 @@
SHA256 (mame-0.236.tar.gz) = x2uXPXhjEfhpIhAasAUNrJCvmw/WFKM8ICMeNFHHst0=
SIZE (mame-0.236.tar.gz) = 185713006
SHA256 (mame-0.237.tar.gz) = ktwPOOwaJBLGucFAPK5hC8E+HSG05kerKQ1BIVqUDK4=
SIZE (mame-0.237.tar.gz) = 186374918