mame: Update to version 0.235

master
Richard Kuhnt 2021-08-28 00:31:09 +00:00
parent 1d84c10f6d
commit 3562335ed1
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.234",
"version": "0.235",
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/mamedev/mame/releases/download/mame0234/mame0234b_64bit.exe#/dl.7z",
"hash": "8a73162a5553f9aeb951e737501f2c8b8695e2d84a3459e917a9a9ee9e653bad",
"url": "https://github.com/mamedev/mame/releases/download/mame0235/mame0235b_64bit.exe#/dl.7z",
"hash": "e7f3603631e9114a455364645716281c56bd70aab0b0053b9410ac0a0b502cbb",
"pre_install": [
"if(!(Test-Path \"$persist_dir\\mame.ini\")) {",
" Start-Process \"$dir\\mame.exe\" -WorkingDirectory \"$dir\" -ArgumentList \"-createconfig\"",