From: Ankur Tyagi <[email protected]> Update UPSTREAM_CHECK_REGEX to check the correct latest stable verison.
Before the patch: $ devtool latest-version tmux INFO: Current version: 3.5 INFO: Latest version: 3.5 After the patch: INFO: Current version: 3.5 INFO: Latest version: 3.5a Signed-off-by: Ankur Tyagi <[email protected]> --- meta-oe/recipes-extended/tmux/tmux_3.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/tmux/tmux_3.5.bb b/meta-oe/recipes-extended/tmux/tmux_3.5.bb index 33f709681d..c7c87eb4a1 100644 --- a/meta-oe/recipes-extended/tmux/tmux_3.5.bb +++ b/meta-oe/recipes-extended/tmux/tmux_3.5.bb @@ -11,7 +11,7 @@ SRC_URI = "https://github.com/tmux/tmux/releases/download/${PV}/tmux-${PV}.tar.g SRC_URI[sha256sum] = "2fe01942e7e7d93f524a22f2c883822c06bc258a4d61dba4b407353d7081950f" UPSTREAM_CHECK_URI = "https://github.com/tmux/tmux/releases" -UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" +UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+[a-z]?)" inherit autotools pkgconfig
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#121895): https://lists.openembedded.org/g/openembedded-devel/message/121895 Mute This Topic: https://lists.openembedded.org/mt/116371542/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
