Skip to content

Commit 6d5d183

Browse files
author
bump
committed
Update libgme to 4a191653e5bd13d33e0ecb4f0002a5fe092c70f4 from 6a67bfc6b4cf93ba43c1cab0e1f1b1be9aa2781d
Source diff 6a67bfc6b4cf93ba43c1cab0e1f1b1be9aa2781d..4a191653e5bd13d33e0ecb4f0002a5fe092c70f4 https://github.com/libgme/game-music-emu/compare/6a67bfc6b4cf93ba43c1cab0e1f1b1be9aa2781d..v4a191653e5bd13d33e0ecb4f0002a5fe092c70f4
1 parent babc09a commit 6d5d183

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=6a67bfc6b4cf93ba43c1cab0e1f1b1be9aa2781d
332+
ARG LIBGME_COMMIT=4a191653e5bd13d33e0ecb4f0002a5fe092c70f4
333333
RUN \
334334
git clone "$LIBGME_URL" && \
335335
cd game-music-emu && git checkout --recurse-submodules $LIBGME_COMMIT && \

0 commit comments

Comments
 (0)