diff mbox series

[7/9] re2c: upgrade 4.5.1 -> 4.6

Message ID 20260831-mathieu-updates-2026-08-31-v1-7-58b54db72860@bootlin.com
State Under Review
Headers show
Series Various upgrades | expand

Commit Message

Mathieu Dubois-Briand Aug. 31, 2026, 9:03 a.m. UTC
Source: CHANGELOG

4.6 (2026-08-29)
~~~~~~~~~~~~~~~~

- Added support for Zig labeled continue optimization.
  (`#580 <https://github.com/skvadrik/re2c/pull/580>`_).

- Updated C/C++ examples to use re2c features available in version 4.0 or higher.

Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
---
 meta/recipes-support/re2c/{re2c_4.5.1.bb => re2c_4.6.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-support/re2c/re2c_4.5.1.bb b/meta/recipes-support/re2c/re2c_4.6.bb
similarity index 90%
rename from meta/recipes-support/re2c/re2c_4.5.1.bb
rename to meta/recipes-support/re2c/re2c_4.6.bb
index ad33ef6a0b80..70ce9c82e852 100644
--- a/meta/recipes-support/re2c/re2c_4.5.1.bb
+++ b/meta/recipes-support/re2c/re2c_4.6.bb
@@ -8,7 +8,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=64eca4d8a3b67f9dc7656094731a2c8d"
 
 SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "ffea067c11aa668bcb42885be6e6cd000302000b7747d2bb213299ec66b7864e"
+SRC_URI[sha256sum] = "75bf2696445e831d0d44e0d9f2909eeffc18c09757f222b2fb025f7e59fe130b"
 GITHUB_BASE_URI = "https://github.com/skvadrik/re2c/releases"
 
 BBCLASSEXTEND = "native nativesdk"