From 0a5eda0777f475d9ebf9078d26f2170860b05cdb Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Sun, 23 Jul 2023 15:51:27 +0200 Subject: [PATCH] make-binaries: Fix check for current Expat version --- tools/make-binaries | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make-binaries b/tools/make-binaries index 1fa10bf17..b2c9d0f7b 100755 --- a/tools/make-binaries +++ b/tools/make-binaries @@ -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'