summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiels Kristian Bech Jensen <nkbj1970@hotmail.com>2013-12-04 06:37:51 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-12-04 06:37:51 (GMT)
commitdf5cf0dd66b46f2d938172b661fc34c0d956d8ea (patch)
tree311363964c223857c9b8df0a26424838e71310d0
parent71f60e259cd5a481802d84cb54bd84ddd5445ff0 (diff)
downloadmxe-df5cf0dd66b46f2d938172b661fc34c0d956d8ea.zip
mxe-df5cf0dd66b46f2d938172b661fc34c0d956d8ea.tar.gz
mxe-df5cf0dd66b46f2d938172b661fc34c0d956d8ea.tar.bz2
package opus: ignore release candidates
-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