Ports/mgba: Update to version 0.10.2

This commit is contained in:
Tim Ledbetter 2023-08-18 17:51:57 +01:00 committed by Tim Schumacher
parent 1a9c507093
commit 917de46589
Notes: sideshowbarker 2024-07-17 08:42:05 +09:00
2 changed files with 3 additions and 3 deletions

View File

@ -191,7 +191,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`mc`](mc/) | Midnight Commander | 4.8.29 | https://midnight-commander.org/ |
| [`md4c`](md4c/) | Markdown for C | 0.4.8 | https://github.com/mity/md4c |
| [`mednafen`](mednafen/) | Mednafen (My Emulator Doesn't Need A Frickin' Excellent Name) | 1.31.0-UNSTABLE | https://mednafen.github.io/ |
| [`mgba`](mgba/) | Game Boy, Game Boy Color and Game Boy Advance emulator | 0.9.3 | https://mgba.io/ |
| [`mgba`](mgba/) | Game Boy, Game Boy Color and Game Boy Advance emulator | 0.10.2 | https://mgba.io/ |
| [`milkytracker`](milkytracker/) | milkytracker | 1.03.00 | https://github.com/milkytracker/MilkyTracker |
| [`mold`](mold/) | A Modern Linker | 1.5.1 | https://github.com/rui314/mold |
| [`mpc`](mpc/) | GNU Multiple Precision Complex Library (MPC) | 1.2.1 | http://www.multiprecision.org/mpc/ |

View File

@ -1,8 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='mgba'
version='0.9.3'
version='0.10.2'
files=(
"https://github.com/mgba-emu/mgba/archive/refs/tags/${version}.tar.gz 692ff0ac50e18380df0ff3ee83071f9926715200d0dceedd9d16a028a59537a0"
"https://github.com/mgba-emu/mgba/archive/refs/tags/${version}.tar.gz 60afef8fb79ba1f7be565b737bae73c6604a790391c737f291482a7422d675ae"
)
configopts=(
'-DBUILD_QT=OFF'