# HG changeset patch # User John Donoghue # Date 1661726981 14400 # Node ID 6dd620c7a2d2279ffaac0f528c307bd6d84fd26b # Parent dbc29160e2b20ef51578bace3726c75bbd0baa9b * src/sdl_mixer.mk: update update rule diff -r dbc29160e2b2 -r 6dd620c7a2d2 src/sdl_mixer.mk --- a/src/sdl_mixer.mk Sat Aug 27 13:05:12 2022 +0200 +++ b/src/sdl_mixer.mk Sun Aug 28 18:49:41 2022 -0400 @@ -11,7 +11,7 @@ $(PKG)_DEPS := sdl libmodplug ogg vorbis smpeg define $(PKG)_UPDATE - $(WGET) -q -O- 'http://hg.libsdl.org/SDL_mixer/tags' | \ + $(WGET) -q -O- 'https://github.com/libsdl-org/SDL_mixer/tags?after=release-2.0.0' | \ $(SED) -n 's,.*release-\([0-9][^<"]*\).*,\1,p' | \ $(GREP) "^1" | \ head -1