From be6c8dfe735de7873ddda01f4d0031eb9d96e6a2 Mon Sep 17 00:00:00 2001 From: bump Date: Tue, 8 Sep 2026 19:20:41 +0000 Subject: [PATCH] Update libgme to f68963b1de0633149b05732113d3c3113c6f63a1 from 265d8b90c9b46bd3b892443dee4da585a0384858 Source diff 265d8b90c9b46bd3b892443dee4da585a0384858..f68963b1de0633149b05732113d3c3113c6f63a1 https://github.com/libgme/game-music-emu/compare/265d8b90c9b46bd3b892443dee4da585a0384858..vf68963b1de0633149b05732113d3c3113c6f63a1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 151c1ff..7920801 100644 --- a/Dockerfile +++ b/Dockerfile @@ -323,7 +323,7 @@ RUN \ # bump: libgme after ./hashupdate Dockerfile LIBGME $LATEST # bump: libgme link "Source diff $CURRENT..$LATEST" https://github.com/libgme/game-music-emu/compare/$CURRENT..v$LATEST ARG LIBGME_URL="https://github.com/libgme/game-music-emu.git" -ARG LIBGME_COMMIT=265d8b90c9b46bd3b892443dee4da585a0384858 +ARG LIBGME_COMMIT=f68963b1de0633149b05732113d3c3113c6f63a1 RUN \ git clone "$LIBGME_URL" && \ cd game-music-emu && git checkout --recurse-submodules $LIBGME_COMMIT && \