summaryrefslogtreecommitdiffstats
path: root/src/speex.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/speex.mk')
-rw-r--r--src/speex.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/speex.mk b/src/speex.mk
index 06e28db..98061a4 100644
--- a/src/speex.mk
+++ b/src/speex.mk
@@ -10,7 +10,7 @@ $(PKG)_URL := http://downloads.xiph.org/releases/speex/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
- wget -q -O- 'http://git.xiph.org/?p=speex.git;a=tags' | \
+ $(WGET) -q -O- 'http://git.xiph.org/?p=speex.git;a=tags' | \
grep '<a class="list name"' | \
$(SED) -n 's,.*<a[^>]*>Speex-\([0-9][^<]*\)<.*,\1,p' | \
head -1