opus + opusfile: do not update to beta

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
pull/240/head
Timothy Gu 11 years ago
parent 98184869ff
commit f48d0557c2

@ -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

@ -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

Loading…
Cancel
Save