avoid rc (release candidate) versions of package libpng

This commit is contained in:
Volker Grabsch 2009-11-10 00:41:58 +01:00
parent db83c90666
commit 80c19609d3
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ define $(PKG)_UPDATE
grep '<a class="list name"' | \
$(SED) -n 's,.*<a[^>]*>v\([0-9][^>]*\)<.*,\1,p' | \
grep -v beta | \
grep -v rc | \
head -1
endef