Skip to content

Commit 46bd63f

Browse files
authored
Merge pull request #581 from wader/bump-libgme-00cea91e33a53d4189fc8b12b0134be9e6e8a0c5
Update libgme to 00cea91e33a53d4189fc8b12b0134be9e6e8a0c5 from 4a191653e5bd13d33e0ecb4f0002a5fe092c70f4
2 parents b0502d3 + 7b6e648 commit 46bd63f

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
@@ -329,7 +329,7 @@ RUN \
329329
# bump: libgme after ./hashupdate Dockerfile LIBGME $LATEST
330330
# bump: libgme link "Source diff $CURRENT..$LATEST" https://github.com/libgme/game-music-emu/compare/$CURRENT..v$LATEST
331331
ARG LIBGME_URL="https://github.com/libgme/game-music-emu.git"
332-
ARG LIBGME_COMMIT=4a191653e5bd13d33e0ecb4f0002a5fe092c70f4
332+
ARG LIBGME_COMMIT=00cea91e33a53d4189fc8b12b0134be9e6e8a0c5
333333
RUN \
334334
git clone "$LIBGME_URL" && \
335335
cd game-music-emu && git checkout --recurse-submodules $LIBGME_COMMIT && \

0 commit comments

Comments
 (0)