fuse3: update UPSTREAM_CHECK_REGEX

Update UPSTREAM_CHECK_REGEX to check the correct latest stable verison.

Before the patch:
$ devtool latest-version fuse3
INFO: Current version: 3.16.2
INFO: Latest version:

After the patch:
$ devtool latest-version fuse3
INFO: Current version: 3.16.2
INFO: Latest version: 3.17.4

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yi Zhao 2025-11-12 21:43:52 +08:00 committed by Khem Raj
parent ef576a4701
commit 540114e5fa
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -19,7 +19,7 @@ SRC_URI[sha256sum] = "f797055d9296b275e981f5f62d4e32e089614fc253d1ef2985851025b8
S = "${UNPACKDIR}/fuse-${PV}"
UPSTREAM_CHECK_URI = "https://github.com/libfuse/libfuse/releases"
UPSTREAM_CHECK_REGEX = "fuse\-(?P<pver>3(\.\d+)+).tar.xz"
UPSTREAM_CHECK_REGEX = "releases/tag/fuse-(?P<pver>\d+(\.\d+)+)"
CVE_PRODUCT = "fuse_project:fuse"