summaryrefslogtreecommitdiffstats
path: root/src/opusfile.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/opusfile.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/opusfile.mk')
-rw-r--r--src/opusfile.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opusfile.mk b/src/opusfile.mk
index d1375af..982c724 100644
--- a/src/opusfile.mk
+++ b/src/opusfile.mk
@@ -14,6 +14,7 @@ define $(PKG)_UPDATE
$(WGET) -q -O- 'http://downloads.xiph.org/releases/opus/?C=M;O=D' | \
$(SED) -n 's,.*opusfile-\([0-9][^>]*\)\.tar.*,\1,p' | \
grep -v 'alpha' | \
+ grep -v 'beta' | \
head -1
endef