diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index dd75361fb1..ab6511755a 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -58,7 +58,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^ | [`gawk`](gawk/) | GNU awk | 5.1.1 | https://www.gnu.org/software/gawk/ | | [`gdb`](gdb/) | GNU Project Debugger | 11.2 | https://sourceware.org/gdb | | [`gcc`](gcc/) | GNU Compiler Collection | 11.2.0 | https://gcc.gnu.org/ | -| [`genemu`](genemu/) | Genesis / MegaDrive Emulator | 3bf6f7c | https://github.com/rasky/genemu | +| [`genemu`](genemu/) | Genesis / MegaDrive Emulator | e39f690 | https://github.com/rasky/genemu | | [`gettext`](gettext/) | GNU gettext | 0.21 | https://www.gnu.org/software/gettext/ | | [`git`](git/) | Git | 2.35.1 | https://git-scm.com/ | | [`glib`](glib/) | GLib | 2.70.0 | https://wiki.gnome.org/Projects/GLib | diff --git a/Ports/genemu/package.sh b/Ports/genemu/package.sh index 0f5fd8caa2..4111262b3b 100755 --- a/Ports/genemu/package.sh +++ b/Ports/genemu/package.sh @@ -1,8 +1,8 @@ #!/usr/bin/env -S bash ../.port_include.sh -port="genemu" -version=3bf6f7cd893db3451019d6e18a2d9ad1de0e7c8c +port=genemu +version=e39f690157d8f969adfbaba30a4e639d20b34768 useconfigure=true -files="https://github.com/rasky/genemu/archive/${version}.tar.gz genemu-${version}.tar.gz 07e4f6aba1778143796bc0a571dfc7a693a2cbc5cf303a31df19d74e12f8cf54" +files="https://github.com/rasky/genemu/archive/${version}.tar.gz genemu-${version}.tar.gz 9b9616f6237e621a169422058caeccb2d0f4399374dc38f34837980154c89497" auth_type=sha256 configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt") depends=("SDL2")