]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
jquery: upgrade 3.6.2 -> 3.6.3
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 4 Jan 2023 11:04:33 +0000 (12:04 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Jan 2023 12:03:31 +0000 (12:03 +0000)
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>
meta/recipes-devtools/jquery/jquery_3.6.3.bb [moved from meta/recipes-devtools/jquery/jquery_3.6.2.bb with 81% similarity]

similarity index 81%
rename from meta/recipes-devtools/jquery/jquery_3.6.2.bb
rename to meta/recipes-devtools/jquery/jquery_3.6.3.bb
index fe6c57d2069f8b72f297a12d6cf8f952d17f9108..93f87f730d48deecab71d5d7ba7b25bb3b4bfdea 100644 (file)
@@ -13,9 +13,9 @@ SRC_URI = "\
     https://code.jquery.com/${BP}.min.map;name=map;subdir=${BP} \
     "
 
-SRC_URI[js.sha256sum] = "a649f609466685e49ecacb18c37bcca75fb1cae6f89be7be40ae2c42c92fba8e"
-SRC_URI[min.sha256sum] = "da4ad864a87ffcf71c851b5df87f95cb242867f7b711cae4c6133cc9cc0048f0"
-SRC_URI[map.sha256sum] = "f46902fc1b81c286e51f4eb4812382ee9eedba0e9fc855e4dc3af59e0c57f404"
+SRC_URI[js.sha256sum] = "9d02ee01919145c20b03ee9d3013af7118793dedf5d2c0696a773af90066c953"
+SRC_URI[min.sha256sum] = "a6f3f0faea4b3d48e03176341bef0ed3151ffbf226d4c6635f1c6039c0500575"
+SRC_URI[map.sha256sum] = "156b740931ade6c1a98d99713eeb186f93847ffc56057e973becab4d037ed53a"
 
 UPSTREAM_CHECK_REGEX = "jquery-(?P<pver>\d+(\.\d+)+)\.js"