fix update macro: boost

This commit is contained in:
Mark Brand 2019-05-15 23:32:54 +02:00
parent d3ad65a965
commit 246228254d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ $(PKG)_DEPS_$(BUILD) := zlib
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://www.boost.org/users/download/' | \
$(SED) -n 's,.*/boost/\([0-9][^"/]*\)/".*,\1,p' | \
$(SED) -n 's,.*/release/\([0-9][^"/]*\)/.*,\1,p' | \
grep -v beta | \
head -1
endef