summaryrefslogtreecommitdiffstats
path: root/src/openal.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-11-29 23:01:36 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-11-29 23:01:36 (GMT)
commite72156b1a7db17ce467793d350270c1fade71d81 (patch)
treeb964a3f92860cd11ffcb02d043c6a8f8cb76fdce /src/openal.mk
parent4725dc3cd4a5ad49ebe1ceb6f318688d8e93c6d4 (diff)
downloadmxe-e72156b1a7db17ce467793d350270c1fade71d81.zip
mxe-e72156b1a7db17ce467793d350270c1fade71d81.tar.gz
mxe-e72156b1a7db17ce467793d350270c1fade71d81.tar.bz2
improved update script of package openal
Diffstat (limited to 'src/openal.mk')
-rw-r--r--src/openal.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/openal.mk b/src/openal.mk
index dfaae24..0422a6a 100644
--- a/src/openal.mk
+++ b/src/openal.mk
@@ -13,9 +13,9 @@ $(PKG)_URL := http://kcat.strangesoft.net/openal-releases/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
- wget -q -O- 'http://kcat.strangesoft.net/openal-releases/' | \
- $(SED) -n 's,.*openal-soft-\([0-9][^<]*\)\.tar.*,\1,p' | \
- tail -1
+ 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
endef
define $(PKG)_BUILD