Fix cairo update

This commit is contained in:
Jonas Kvinge 2019-09-07 15:00:47 +02:00 committed by Tony Theodore
parent f2e1177184
commit 146cad7e93
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ $(PKG)_DEPS := cc fontconfig freetype-bootstrap glib libpng lzo pixman zlib
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://cairographics.org/releases/?C=M;O=D' | \
$(SED) -n 's,.*"cairo-\([0-9][^"]*\)\.tar.*,\1,p' | \
$(SED) -n 's,.*"cairo-\([0-9]\.[0-9][^"]*\)\.tar.*,\1,p' | \
head -1
endef