make-binaries: Fix check for current Expat version

This commit is contained in:
Holger Weiss 2023-07-23 15:51:27 +02:00
parent a657a6d2f6
commit 0a5eda0777
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ check_configured_dep_vsns()
'zlib-\([1-9][0-9.]*\)\.tar\.gz'
check_vsn 'Expat' "$expat_vsn" \
'https://github.com/libexpat/libexpat/releases' \
'[0-9]\]\([1-9][0-9.]*\)'
'\([1-9]\.[0-9]*\.[0-9]*\)'
check_vsn 'Termcap' "$termcap_vsn" \
'https://ftp.gnu.org/gnu/termcap/' \
'termcap-\([1-9][0-9.]*\)\.tar\.gz'