freeimage: fix updater

This commit is contained in:
Tony Theodore 2018-03-15 17:25:34 +11:00
parent d46c1f3141
commit 7b51a9c67c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ $(PKG)_DEPS := cc
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://sourceforge.net/projects/freeimage/files/Source Distribution/' | \
$(SED) -n 's,.*/\([0-9][^"]*\)/".*,\1,p' | \
$(SED) -n 's,.*Distribution/\([0-9][^"]*\)/".*,\1,p' | \
head -1
endef