cimg: fix update macro

This commit is contained in:
Mark Brand 2019-05-28 14:06:31 +02:00
parent c8369c2499
commit ee8ba4b0e1
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ $(PKG)_DEPS := cc fftw imagemagick jpeg libpng opencv openexr tiff zlib
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://cimg.eu/files/' | \
$(SED) -n 's,.*CImg_\([0-9][^"]*\)\.zip.*,\1,p' | \
$(SORT) -Vr | \
head -1
endef