mirror of
https://github.com/RetroDECK/MAME.git
synced 2024-11-26 22:35:39 +00:00
MAME: updated to 0271
Some checks failed
Build MAME / Building_RetroDECK-MAME (push) Has been cancelled
Some checks failed
Build MAME / Building_RetroDECK-MAME (push) Has been cancelled
This commit is contained in:
parent
55a51c3276
commit
e85e4fb91a
|
@ -6,6 +6,8 @@ modules:
|
||||||
build-options:
|
build-options:
|
||||||
no-debuginfo: true
|
no-debuginfo: true
|
||||||
strip: true
|
strip: true
|
||||||
|
env:
|
||||||
|
QT_HOME: '/'
|
||||||
build-commands:
|
build-commands:
|
||||||
- make
|
- make
|
||||||
-j ${FLATPAK_BUILDER_N_JOBS}
|
-j ${FLATPAK_BUILDER_N_JOBS}
|
||||||
|
@ -47,8 +49,8 @@ modules:
|
||||||
- cp -r samples/ ${FLATPAK_DEST}/share/mame/
|
- cp -r samples/ ${FLATPAK_DEST}/share/mame/
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: https://github.com/mamedev/mame/archive/refs/tags/mame0270.tar.gz
|
url: https://github.com/mamedev/mame/archive/refs/tags/mame0271.tar.gz
|
||||||
sha256: 0364b670478883902c2bc618908192b0590235b47fbe073fcac2d13b82541437
|
sha256: 79960f4c57715b2d08c3eba12933d04dd91ad1d95b0c1059306a75bf07fd6027
|
||||||
- type: file
|
- type: file
|
||||||
path: mame.ini
|
path: mame.ini
|
||||||
- type: patch
|
- type: patch
|
||||||
|
|
Loading…
Reference in a new issue