libassuan: fix update macro

This commit is contained in:
Mark Brand 2020-07-28 19:47:50 +02:00
parent 5b6c4043bb
commit d4e9c35f99
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ $(PKG)_DEPS := cc gettext libgpg_error
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://gnupg.org/ftp/gcrypt/libassuan/' | \
$(SED) -n 's,.*libassuan-\([1-9]\.[1-9][0-9][^>]*\)\.tar.*,\1,p' | \
$(SED) -n 's,.*libassuan-\([1-9]\.[1-9]\.[0-9][^>]*\)\.tar.*,\1,p' | \
head -1
endef