Fix mpfr update

This commit is contained in:
Jonas Kvinge 2019-09-07 15:11:18 +02:00 committed by Tony Theodore
parent b9b55a531b
commit 90e30c7cfa
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ $(PKG)_DEPS_$(BUILD) := gmp
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://www.mpfr.org/mpfr-current/#download' | \
grep 'mpfr-' | \
$(SED) -n 's,.*mpfr-\([0-9][^>]*\)\.tar.*,\1,p' | \
$(SED) -n 's,.*mpfr-\([0-9][^<]*\)/.*,\1,p' | \
head -1
endef