From 3858f9d664d78cbcb2c87418480c83e7887203d7 Mon Sep 17 00:00:00 2001 From: Jools Wills Date: Sun, 1 Jul 2018 17:21:06 +0100 Subject: [PATCH] advmame - update to v3.8 --- scriptmodules/emulators/advmame.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scriptmodules/emulators/advmame.sh b/scriptmodules/emulators/advmame.sh index b18fc215fa..8cbc6ad50e 100644 --- a/scriptmodules/emulators/advmame.sh +++ b/scriptmodules/emulators/advmame.sh @@ -10,7 +10,7 @@ # rp_module_id="advmame" -rp_module_desc="AdvanceMAME v3.7" +rp_module_desc="AdvanceMAME v3.8" rp_module_help="ROM Extension: .zip\n\nCopy your AdvanceMAME roms to either $romdir/mame-advmame or\n$romdir/arcade" rp_module_licence="GPL2 https://raw.githubusercontent.com/amadvance/advancemame/master/COPYING" rp_module_section="opt" @@ -33,7 +33,7 @@ function depends_advmame() { } function sources_advmame() { - downloadAndExtract "$__archive_url/advancemame-3.7.tar.gz" "$md_build" 1 + downloadAndExtract "$__archive_url/advancemame-3.8.tar.gz" "$md_build" 1 } function build_advmame() {