package openal: fix update macro

This commit is contained in:
Niels Kristian Bech Jensen 2013-05-28 18:41:03 +10:00 committed by Tony Theodore
parent 049a4b2a20
commit 6b7a7962c9
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ $(PKG)_DEPS := gcc portaudio
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://kcat.strangesoft.net/openal-releases/?C=M;O=D' | \
$(SED) -n 's,.*"openal-soft-\([0-9][^"]*\)\.tar.*,\1,p' | \
head -1
$(SORT) -V | \
tail -1
endef
define $(PKG)_BUILD