Skip to content

Commit d77c448

Browse files
authored
Merge pull request #678 from wader/bump-libgme-bd7b3604dee43084aae0a2b4457ba7bf48554030
Update libgme to bd7b3604dee43084aae0a2b4457ba7bf48554030 from 2a2c84dd0dac70a81a759d303dcde9d7892b97ab
2 parents d52f01c + 9651c72 commit d77c448

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=2a2c84dd0dac70a81a759d303dcde9d7892b97ab
326+
ARG LIBGME_COMMIT=bd7b3604dee43084aae0a2b4457ba7bf48554030
327327
RUN \
328328
git clone "$LIBGME_URL" && \
329329
cd game-music-emu && git checkout --recurse-submodules $LIBGME_COMMIT && \

0 commit comments

Comments
 (0)