Skip to content

Commit

Permalink
Merge pull request #573 from wader/bump-libgme-e5a910a55b03fe89811188…
Browse files Browse the repository at this point in the history
…0e3e1c1c02e442956c

Update libgme to e5a910a55b03fe898111880e3e1c1c02e442956c from f7cff05b66272f40d09c7488f6ce26303f459d62
  • Loading branch information
wader authored Jan 9, 2025
2 parents 7b5683a + ca054d2 commit 2db2166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,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=f7cff05b66272f40d09c7488f6ce26303f459d62
ARG LIBGME_COMMIT=e5a910a55b03fe898111880e3e1c1c02e442956c
RUN \
git clone "$LIBGME_URL" && \
cd game-music-emu && git checkout --recurse-submodules $LIBGME_COMMIT && \
Expand Down

0 comments on commit 2db2166

Please sign in to comment.