games/advancemame: Updated for version 3.5.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2017-06-10 19:18:32 -04:00 committed by Willy Sudiarto Raharjo
parent e9e0e1879c
commit b28be3746f
3 changed files with 8 additions and 5 deletions

View File

@ -1,4 +1,4 @@
Advancemame (Multi Arcade Machine Emulator)
advancemame (Multi Arcade Machine Emulator)
Advancemame is a derivative of the well known "mame" emulator.
It works easily on linux, with joystick support, fullscreen

View File

@ -8,6 +8,9 @@
# had no license, modified version released under the WTFPL. See
# http://www.wtfpl.net/txt/copying/ for details.
# 20170610 bkw:
# - Update for v3.5
# 20170307 bkw:
# - Update for v3.4
@ -21,7 +24,7 @@
# - document optional SDL2 dep, add SDL2 env var to control it
PRGNAM=advancemame
VERSION=${VERSION:-3.4}
VERSION=${VERSION:-3.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="advancemame"
VERSION="3.4"
VERSION="3.5"
HOMEPAGE="http://advancemame.sourceforge.net"
DOWNLOAD="https://github.com/amadvance/advancemame/releases/download/v3.4/advancemame-3.4.tar.gz"
MD5SUM="1d1f50c57d9f5353876d7abff6b41006"
DOWNLOAD="https://github.com/amadvance/advancemame/releases/download/v3.5/advancemame-3.5.tar.gz"
MD5SUM="b14886fbd5ceece756478f3cdd4fa82e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""