summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/opus.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opus.mk b/src/opus.mk
index 2e57505..dad16a1 100644
--- a/src/opus.mk
+++ b/src/opus.mk
@@ -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