summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2025-01-07 22:32:09 -0500
committerKhem Raj <raj.khem@gmail.com>2025-01-07 19:39:34 -0800
commita3f31bcbc6d782a07c563f46cf3d29195c5a7188 (patch)
tree807dce0a5d5a8f3c21398c678f4e5034970cf59d
parent14b3a5ccb2b4fc0da3dc1e08e5a68d45ba4adc83 (diff)
downloadmeta-openembedded-a3f31bcbc6d782a07c563f46cf3d29195c5a7188.tar.gz
onig: upgrade 6.9.9 -> 6.9.10
Changelog: * Update Unicode version 16.0 * Add new operator (*SKIP) * Fixed: ONIG_SYN_CONTEXT_INDEP_REPEAT_OPS not working for ^* pattern (Issue #292) Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/onig/onig_6.9.10.bb (renamed from meta-oe/recipes-support/onig/onig_6.9.9.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/onig/onig_6.9.9.bb b/meta-oe/recipes-support/onig/onig_6.9.10.bb
index 414d9bfc16..f285c2ed73 100644
--- a/meta-oe/recipes-support/onig/onig_6.9.9.bb
+++ b/meta-oe/recipes-support/onig/onig_6.9.10.bb
@@ -14,7 +14,7 @@ SRC_URI = "\
14 file://run-ptest \ 14 file://run-ptest \
15" 15"
16 16
17SRC_URI[sha256sum] = "60162bd3b9fc6f4886d4c7a07925ffd374167732f55dce8c491bfd9cd818a6cf" 17SRC_URI[sha256sum] = "2a5cfc5ae259e4e97f86b68dfffc152cdaffe94e2060b770cb827238d769fc05"
18 18
19UPSTREAM_CHECK_URI = "https://github.com/kkos/oniguruma/releases/" 19UPSTREAM_CHECK_URI = "https://github.com/kkos/oniguruma/releases/"
20UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" 20UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"