summaryrefslogtreecommitdiffstats
path: root/src/opus.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2013-09-05 20:37:39 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2013-09-05 20:43:04 (GMT)
commitf48d0557c25c92c0db76905128c423c4e2895eae (patch)
tree0d324cb1a7cf59b99f8c09cdf838185efea01bc9 /src/opus.mk
parent98184869ff0c1b31ae611debce8b43dca5a2aaf2 (diff)
downloadmxe-f48d0557c25c92c0db76905128c423c4e2895eae.zip
mxe-f48d0557c25c92c0db76905128c423c4e2895eae.tar.gz
mxe-f48d0557c25c92c0db76905128c423c4e2895eae.tar.bz2
opus + opusfile: do not update to beta
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/opus.mk')
-rw-r--r--src/opus.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opus.mk b/src/opus.mk
index bcf88d4..ab8a05f 100644
--- a/src/opus.mk
+++ b/src/opus.mk
@@ -14,6 +14,7 @@ define $(PKG)_UPDATE
$(WGET) -q -O- 'http://downloads.xiph.org/releases/opus/?C=M;O=D' | \
$(SED) -n 's,.*opus-\([0-9][^>]*\)\.tar.*,\1,p' | \
grep -v 'alpha' | \
+ grep -v 'beta' | \
head -1
endef