From 0eb4e166d293e0e595e4d0a70f378cb8014425ee Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 8 Jan 2024 12:12:26 +0100 Subject: [PATCH] libpcre2: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni --- meta/recipes-support/libpcre/libpcre2_10.42.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/libpcre/libpcre2_10.42.bb b/meta/recipes-support/libpcre/libpcre2_10.42.bb index cd65493c482..f471b3f90a3 100644 --- a/meta/recipes-support/libpcre/libpcre2_10.42.bb +++ b/meta/recipes-support/libpcre/libpcre2_10.42.bb @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=41bfb977e4933c506588724ce69bf5d2" SRC_URI = "${GITHUB_BASE_URI}/download/pcre2-${PV}/pcre2-${PV}.tar.bz2" GITHUB_BASE_URI = "https://github.com/PhilipHazel/pcre2/releases" -UPSTREAM_CHECK_REGEX = "releases/tag/pcre2-(?P.+)" +UPSTREAM_CHECK_REGEX = "releases/tag/pcre2-(?P\d+(\.\d+)+)$" SRC_URI[sha256sum] = "8d36cd8cb6ea2a4c2bb358ff6411b0c788633a2a45dabbf1aeb4b701d1b5e840" -- 2.47.3