diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-01-04 12:04:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-06 12:03:47 +0000 |
commit | 06f5a0ffa0ec6383fce6ecfbe3bc1b8e807ab928 (patch) | |
tree | 2bacabc68437ac802b118189389a687debd38047 /meta/recipes-devtools/jquery | |
parent | 8f2f684586044f801bf46bfb1cebab5250111bda (diff) | |
download | poky-06f5a0ffa0ec6383fce6ecfbe3bc1b8e807ab928.tar.gz |
jquery: upgrade 3.6.2 -> 3.6.3
(From OE-Core rev: f1aa1442eed8b6db5f66a3b6e0535e9862aa1227)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/jquery')
-rw-r--r-- | meta/recipes-devtools/jquery/jquery_3.6.3.bb (renamed from meta/recipes-devtools/jquery/jquery_3.6.2.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/jquery/jquery_3.6.2.bb b/meta/recipes-devtools/jquery/jquery_3.6.3.bb index fe6c57d206..93f87f730d 100644 --- a/meta/recipes-devtools/jquery/jquery_3.6.2.bb +++ b/meta/recipes-devtools/jquery/jquery_3.6.3.bb | |||
@@ -13,9 +13,9 @@ SRC_URI = "\ | |||
13 | https://code.jquery.com/${BP}.min.map;name=map;subdir=${BP} \ | 13 | https://code.jquery.com/${BP}.min.map;name=map;subdir=${BP} \ |
14 | " | 14 | " |
15 | 15 | ||
16 | SRC_URI[js.sha256sum] = "a649f609466685e49ecacb18c37bcca75fb1cae6f89be7be40ae2c42c92fba8e" | 16 | SRC_URI[js.sha256sum] = "9d02ee01919145c20b03ee9d3013af7118793dedf5d2c0696a773af90066c953" |
17 | SRC_URI[min.sha256sum] = "da4ad864a87ffcf71c851b5df87f95cb242867f7b711cae4c6133cc9cc0048f0" | 17 | SRC_URI[min.sha256sum] = "a6f3f0faea4b3d48e03176341bef0ed3151ffbf226d4c6635f1c6039c0500575" |
18 | SRC_URI[map.sha256sum] = "f46902fc1b81c286e51f4eb4812382ee9eedba0e9fc855e4dc3af59e0c57f404" | 18 | SRC_URI[map.sha256sum] = "156b740931ade6c1a98d99713eeb186f93847ffc56057e973becab4d037ed53a" |
19 | 19 | ||
20 | UPSTREAM_CHECK_REGEX = "jquery-(?P<pver>\d+(\.\d+)+)\.js" | 20 | UPSTREAM_CHECK_REGEX = "jquery-(?P<pver>\d+(\.\d+)+)\.js" |
21 | 21 | ||