Skip to content

Commit 558713c

Browse files
authored
Merge pull request #727 from wader/bump-libgme-265d8b90c9b46bd3b892443dee4da585a0384858
Update libgme to 265d8b90c9b46bd3b892443dee4da585a0384858 from bb58c4a9a9ba847fc8f423aec8ffe9eb957baadf
2 parents 8ffc063 + 55eaca6 commit 558713c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ RUN \
323323
# bump: libgme after ./hashupdate Dockerfile LIBGME $LATEST
324324
# bump: libgme link "Source diff $CURRENT..$LATEST" https://github.com/libgme/game-music-emu/compare/$CURRENT..v$LATEST
325325
ARG LIBGME_URL="https://github.com/libgme/game-music-emu.git"
326-
ARG LIBGME_COMMIT=bb58c4a9a9ba847fc8f423aec8ffe9eb957baadf
326+
ARG LIBGME_COMMIT=265d8b90c9b46bd3b892443dee4da585a0384858
327327
RUN \
328328
git clone "$LIBGME_URL" && \
329329
cd game-music-emu && git checkout --recurse-submodules $LIBGME_COMMIT && \

0 commit comments

Comments
 (0)