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 <[email protected]> --- meta-oe/recipes-support/fuse/fuse3_3.16.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/fuse/fuse3_3.16.2.bb b/meta-oe/recipes-support/fuse/fuse3_3.16.2.bb index 5333c25a9c..1c91a1aa17 100644 --- a/meta-oe/recipes-support/fuse/fuse3_3.16.2.bb +++ b/meta-oe/recipes-support/fuse/fuse3_3.16.2.bb @@ -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" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#121535): https://lists.openembedded.org/g/openembedded-devel/message/121535 Mute This Topic: https://lists.openembedded.org/mt/116255826/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
