Skip to content

Commit

Permalink
advmame - update to v3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
joolswills committed Jul 1, 2018
1 parent 7f3f35b commit 3858f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scriptmodules/emulators/advmame.sh
Expand Up @@ -10,7 +10,7 @@
# #


rp_module_id="advmame" 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_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_licence="GPL2 https://raw.githubusercontent.com/amadvance/advancemame/master/COPYING"
rp_module_section="opt" rp_module_section="opt"
Expand All @@ -33,7 +33,7 @@ function depends_advmame() {
} }


function sources_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() { function build_advmame() {
Expand Down

0 comments on commit 3858f9d

Please sign in to comment.