freeimage: fix updater

pull/1062/merge
Tony Theodore 6 years ago
parent d46c1f3141
commit 7b51a9c67c

@ -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

Loading…
Cancel
Save