fontconfig: exclude prereleases in update macro

This commit is contained in:
Mark Brand 2019-07-06 15:32:09 +02:00
parent abd5c8dfd8
commit da68fc926d
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ $(PKG)_DEPS := cc expat freetype-bootstrap gettext
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://fontconfig.org/release/' | \
$(SED) -n 's,.*fontconfig-\([0-9][^>]*\)\.tar.*,\1,p' | \
grep -v '\([0-9]\+\.\)\{2\}9[0-9]' | \
tail -1
endef