package opus: ignore release candidates

This commit is contained in:
Niels Kristian Bech Jensen 2013-12-04 17:37:51 +11:00 committed by Tony Theodore
parent 71f60e259c
commit df5cf0dd66
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ define $(PKG)_UPDATE
$(SED) -n 's,.*opus-\([0-9][^>]*\)\.tar.*,\1,p' | \
grep -v 'alpha' | \
grep -v 'beta' | \
grep -v 'rc' | \
$(SORT) -Vr | \
head -1
endef