mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-27 13:11:46 +03:00
Ports/mgba: Update to version 0.10.2
This commit is contained in:
parent
1a9c507093
commit
917de46589
Notes:
sideshowbarker
2024-07-17 08:42:05 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/917de46589 Pull-request: https://github.com/SerenityOS/serenity/pull/20647 Reviewed-by: https://github.com/timschumi ✅
@ -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/ |
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user