All of lore.kernel.org
 help / color / mirror / Atom feed
From: ankur.tyagi85@gmail.com
To: openembedded-devel@lists.openembedded.org
Cc: Ankur Tyagi <ankur.tyagi85@gmail.com>
Subject: [oe][meta-oe][PATCH 6/7] openbox: update UPSTREAM_CHECK_REGEX
Date: Wed, 19 Aug 2026 23:25:52 +1200	[thread overview]
Message-ID: <20260819112553.971109-6-ankur.tyagi85@gmail.com> (raw)
In-Reply-To: <20260819112553.971109-1-ankur.tyagi85@gmail.com>

From: Ankur Tyagi <ankur.tyagi85@gmail.com>

Fixes:
$ devtool latest-version openbox
...
INFO: Current version: 3.6.1
INFO: Latest version: 11.28

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
 meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb b/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb
index 5b62b9b2a7..244df0e657 100644
--- a/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb
+++ b/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb
@@ -14,7 +14,7 @@ SRC_URI = " \
 SRC_URI[sha256sum] = "8b4ac0760018c77c0044fab06a4f0c510ba87eae934d9983b10878483bde7ef7"
 
 UPSTREAM_CHECK_URI = "https://github.com/Mikachu/openbox/tags"
-UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
+UPSTREAM_CHECK_REGEX = "release-(?P<pver>\d+(\.\d+)+)$"
 
 inherit autotools gettext update-alternatives pkgconfig features_check
 # depends on virtual/libx11


  parent reply	other threads:[~2026-08-19 11:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-19 11:25 [oe][meta-oe][PATCH 1/7] wtmpdb: upgrade 0.75.0 -> 0.76.0 ankur.tyagi85
2026-08-19 11:25 ` [oe][meta-oe][PATCH 2/7] graphviz: upgrade 15.1.0 -> 15.1.1 ankur.tyagi85
2026-08-19 11:25 ` [oe][meta-oe][PATCH 3/7] libvncserver: add UPSTREAM_CHECK_GITTAGREGEX ankur.tyagi85
2026-08-19 11:25 ` [oe][meta-oe][PATCH 4/7] libyui: " ankur.tyagi85
2026-08-19 11:25 ` [oe][meta-oe][PATCH 5/7] libyui-ncurses: " ankur.tyagi85
2026-08-19 11:25 ` ankur.tyagi85 [this message]
2026-08-19 11:25 ` [oe][meta-oe][PATCH 7/7] libcdio: upgrade 2.3.0 -> 2.4.0 ankur.tyagi85

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260819112553.971109-6-ankur.tyagi85@gmail.com \
    --to=ankur.tyagi85@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.