diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 1863a27049..d782e1da29 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -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/ | diff --git a/Ports/mgba/package.sh b/Ports/mgba/package.sh index 98c98bb641..a7c6fa9d1a 100755 --- a/Ports/mgba/package.sh +++ b/Ports/mgba/package.sh @@ -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'