From 0eeee96859db8fe8d234af748f3103f60379b209 Mon Sep 17 00:00:00 2001 From: bump Date: Tue, 31 Mar 2026 16:27:51 +0000 Subject: [PATCH] Update libgme to a034a917c80b2a206c8eaecaa1898605b4a639c1 from 265d8b90c9b46bd3b892443dee4da585a0384858 Source diff 265d8b90c9b46bd3b892443dee4da585a0384858..a034a917c80b2a206c8eaecaa1898605b4a639c1 https://github.com/libgme/game-music-emu/compare/265d8b90c9b46bd3b892443dee4da585a0384858..va034a917c80b2a206c8eaecaa1898605b4a639c1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0ab1a8a..20bf3ba 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=a034a917c80b2a206c8eaecaa1898605b4a639c1 RUN \ git clone "$LIBGME_URL" && \ cd game-music-emu && git checkout --recurse-submodules $LIBGME_COMMIT && \