summaryrefslogtreecommitdiffstats
path: root/src/sdl_sound.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdl_sound.mk')
-rw-r--r--src/sdl_sound.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sdl_sound.mk b/src/sdl_sound.mk
index db8fc83..c12852e 100644
--- a/src/sdl_sound.mk
+++ b/src/sdl_sound.mk
@@ -14,8 +14,7 @@ $(PKG)_DEPS := gcc sdl libmikmod ogg vorbis smpeg speex
define $(PKG)_UPDATE
wget -q -O- 'http://hg.icculus.org/icculus/SDL_sound/tags' | \
- grep 'release-' | \
- $(SED) -n 's,.*release-\([0-9.]*\)<.*,\1,p' | \
+ $(SED) -n 's,.*release-\([0-9][^<]*\).*,\1,p' | \
head -1
endef