mame: Update to version 0.240

master
Richard Kuhnt 2022-01-31 00:30:53 +00:00
parent 20d97b5a43
commit 6389a89a55
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{
"homepage": "http://mamedev.org",
"description": "Arcade machine emulator",
"version": "0.239",
"version": "0.240",
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/mamedev/mame/releases/download/mame0239/mame0239b_64bit.exe#/dl.7z",
"hash": "40d0d4ff514c813026fda3d65035ba51c3966d08778625d2c66daa9aa91f33c7",
"url": "https://github.com/mamedev/mame/releases/download/mame0240/mame0240b_64bit.exe#/dl.7z",
"hash": "216d3a4546ce1b5b2eb4415ae1c424d4408360c351b8cea9dda9a1a662f1c6ea",
"pre_install": [
"if(!(Test-Path \"$persist_dir\\mame.ini\")) {",
" Start-Process \"$dir\\mame.exe\" -WorkingDirectory \"$dir\" -ArgumentList \"-createconfig\"",