Skip to content

Commit

Permalink
Merge pull request #355 from wader/gme-move-to-github
Browse files Browse the repository at this point in the history
gme has moved to github
  • Loading branch information
wader authored Oct 24, 2023
2 parents 56790d8 + e34d648 commit b0c6757
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,11 @@ RUN \
cd fdk-aac-* && ./autogen.sh && ./configure --disable-shared --enable-static && \
make -j$(nproc) install

# bump: libgme /LIBGME_COMMIT=([[:xdigit:]]+)/ gitrefs:https://bitbucket.org/mpyne/game-music-emu.git|re:#^refs/heads/master$#|@commit
# bump: libgme /LIBGME_COMMIT=([[:xdigit:]]+)/ gitrefs:https://github.com/libgme/game-music-emu.git|re:#^refs/heads/master$#|@commit
# bump: libgme after ./hashupdate Dockerfile LIBGME $LATEST
# bump: libgme link "Source diff $CURRENT..$LATEST" https://bitbucket.org/mpyne/game-music-emu/branches/compare/$CURRENT..$LATEST
ARG LIBGME_URL="https://bitbucket.org/mpyne/game-music-emu.git"
ARG LIBGME_COMMIT=c15c87f5543a43e7cd70fdf0b7dc149957effc52
# 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=ac3822fd1265b7d7e00ab8def44b17961cb83917
RUN \
git clone "$LIBGME_URL" && \
cd game-music-emu && git checkout $LIBGME_COMMIT && \
Expand Down

0 comments on commit b0c6757

Please sign in to comment.